From ac8eabf1529578437a20bfd7ec0e0443041eec59 Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Mon, 7 Apr 2025 20:41:48 +0000 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8889d95..b67cfba 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='pyerrors-corrlib', - version='0.0.3', + version='0.1.1', author='Justus Kuhlmann', author_email='j_kuhl19@uni-muenster.de', install_requires=['pyerrors>=2.11.1', 'datalad>=1.1.0'],