From ee5ea5e645c73bafb8aa0027e6038f15ddfa4425 Mon Sep 17 00:00:00 2001 From: dachengx Date: Tue, 16 Jan 2024 10:47:02 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.6=20=E2=86=92=200.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pema/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 49ae8bb..a756b6f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -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 diff --git a/pema/__init__.py b/pema/__init__.py index 11a5e6d..0ad7868 100644 --- a/pema/__init__.py +++ b/pema/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.6.6' +__version__ = '0.7.0' from .matching import * from .match_plugins import * diff --git a/setup.py b/setup.py index 8342956..6124b93 100644 --- a/setup.py +++ b/setup.py @@ -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',