Skip to content
This repository was archived by the owner on Jun 5, 2024. It is now read-only.

Commit 347fda3

Browse files
Bump version: 0.6.2 → 0.6.3
1 parent 6d8eefd commit 347fda3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.2
2+
current_version = 0.6.3
33
files = setup.py pema/__init__.py
44
commit = True
55
tag = True

pema/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.6.2'
1+
__version__ = '0.6.3'
22

33
from .matching import *
44
from .match_plugins import *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def open_requirements(path):
2121
doc_requires = open_requirements('extra_requirements/requirements-docs.txt')
2222

2323
setuptools.setup(name='pema',
24-
version='0.6.2',
24+
version='0.6.3',
2525
description='Peak matching for XENON simulations',
2626
author='Joran Angevaare',
2727
url='https://github.com/XENONnT/peakmatching',

0 commit comments

Comments
 (0)