diff --git a/.bumpversion.cfg b/.bumpversion.cfg index dcde5f3..d205aac 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 files = setup.py epix/__init__.py commit = True tag = True diff --git a/epix/__init__.py b/epix/__init__.py index 0c14fb7..4d3ff67 100644 --- a/epix/__init__.py +++ b/epix/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.1.0' +__version__ = '0.1.1' from .common import * from .io import * diff --git a/setup.py b/setup.py index af58619..aae28bc 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setuptools.setup( name='epix', - version='0.1.0', + version='0.1.1', description='Electron and Photon Instructions generator for XENON', author='epix contributors, the XENON collaboration', url='https://github.com/XENONnT/epix',