diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 884e0cd4..d96a8638 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.11.1 +current_version = 6.11.2 files = setup.py pax/__init__.py commit = True tag = True diff --git a/pax/__init__.py b/pax/__init__.py index 3ad9409f..141c3bdd 100755 --- a/pax/__init__.py +++ b/pax/__init__.py @@ -7,4 +7,4 @@ __author__ = 'Christopher Tunnell' __email__ = 'ctunnell@nikhef.nl' -__version__ = '6.11.1' +__version__ = '6.11.2' diff --git a/setup.py b/setup.py index 93721c49..1ae8e287 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setup( name='pax', - version='6.11.1', + version='6.11.2', description='PAX is the raw data processor for LXe TPCs.', long_description=readme + '\n\n' + history, author='Christopher Tunnell and Jelle Aalbers for the XENON1T collaboration',