From b51db7ae243840c31d14701807983946be4cd3d9 Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Mon, 7 Apr 2025 21:57:14 +0200 Subject: [PATCH] better name... for now --- .gitignore | 1 + setup.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a33176e..1530e48 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ pyerrors_corrlib.egg-info __pycache__ +*.egg-info \ No newline at end of file diff --git a/setup.py b/setup.py index 8923416..8889d95 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup -setup(name='corrlib', - version='0.0.2', +setup(name='pyerrors-corrlib', + version='0.0.3', author='Justus Kuhlmann', author_email='j_kuhl19@uni-muenster.de', install_requires=['pyerrors>=2.11.1', 'datalad>=1.1.0'],