diff --git a/setup.py b/setup.py index 2c7fb73..d60c21b 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='pyerrors_corrlib', - version='0.0.1', + version='0.0.2', author='Justus Kuhlmann', author_email='j_kuhl19@uni-muenster.de', install_requires=['pyerrors>=2.11.1', 'datalad>=1.1.0'],