From 45d6802cd7b1946704d2042b7f6a62c43e9190ae Mon Sep 17 00:00:00 2001 From: Falko Habel Date: Sat, 19 Apr 2025 22:54:27 +0200 Subject: [PATCH] increaed software version --- setup.py | 2 +- src/aiunn/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b6c17c3..769f912 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="aiunn", - version="0.1.2", + version="0.2.0", packages=find_packages(where="src"), package_dir={"": "src"}, install_requires=[ diff --git a/src/aiunn/__init__.py b/src/aiunn/__init__.py index 16f468f..4a57351 100644 --- a/src/aiunn/__init__.py +++ b/src/aiunn/__init__.py @@ -3,4 +3,4 @@ from .upsampler.aiunn import aiuNN from .upsampler.config import aiuNNConfig from .inference.inference import aiuNNInference -__version__ = "0.1.2" \ No newline at end of file +__version__ = "0.2.0" \ No newline at end of file