increaed software version
Gitea Actions For AIIA / Explore-Gitea-Actions (push) Successful in 38s Details

This commit is contained in:
Falko Victor Habel 2025-04-19 22:54:27 +02:00
parent c4e9432375
commit 45d6802cd7
2 changed files with 2 additions and 2 deletions

View File

@ -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=[

View File

@ -3,4 +3,4 @@ from .upsampler.aiunn import aiuNN
from .upsampler.config import aiuNNConfig
from .inference.inference import aiuNNInference
__version__ = "0.1.2"
__version__ = "0.2.0"