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

Commit

Permalink
Bump version: 0.6.6 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Jan 16, 2024
1 parent 8560583 commit ee5ea5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.6
current_version = 0.7.0
files = setup.py pema/__init__.py
commit = True
tag = True
2 changes: 1 addition & 1 deletion pema/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.6.6'
__version__ = '0.7.0'

from .matching import *
from .match_plugins import *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def open_requirements(path):
doc_requires = open_requirements('extra_requirements/requirements-docs.txt')

setuptools.setup(name='pema',
version='0.6.6',
version='0.7.0',
description='Peak matching for XENON simulations',
author='Joran Angevaare',
url='https://github.com/XENONnT/peakmatching',
Expand Down

0 comments on commit ee5ea5e

Please sign in to comment.