From a3768bc6a12a4c464055fccb166f044f5ba8c127 Mon Sep 17 00:00:00 2001 From: Joran Angevaare Date: Thu, 2 Dec 2021 09:21:38 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.1=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- amstrax/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',