feat/checkpoints #14

Merged
Fabel merged 3 commits from feat/checkpoints into develop 2025-04-20 20:44:27 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 38530d5d44 - Show all commits

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="aiunn",
version="0.2.0",
version="0.2.1",
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.2.0"
__version__ = "0.2.1"