diff --git a/amstrax/__init__.py b/amstrax/__init__.py index 63cbe958..7297483c 100644 --- a/amstrax/__init__.py +++ b/amstrax/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.0.1' +__version__ = '0.1.0' from . import daqreader from .daqreader import * diff --git a/setup.py b/setup.py index bb2ab6d7..1bdffb20 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ history = file.read() setuptools.setup(name='amstrax', - version='0.0.1', + version='0.1.0', description='strax for XAMS data', author='Nikhef', url='https://github.com/XAMS-nikhef/amstrax',