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

Commit b346f62

Browse files
author
Joran Angevaare
committed
Bump version: 0.6.3 → 0.6.4
1 parent 3582b43 commit b346f62

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.3
2+
current_version = 0.6.4
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.3'
1+
__version__ = '0.6.4'
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.3',
24+
version='0.6.4',
2525
description='Peak matching for XENON simulations',
2626
author='Joran Angevaare',
2727
url='https://github.com/XENONnT/peakmatching',

0 commit comments

Comments
 (0)