updated version number
Gitea Actions For AIIA / Explore-Gitea-Actions (push) Failing after 21s Details

This commit is contained in:
Falko Victor Habel 2025-06-02 17:55:41 +02:00
parent a725dd4539
commit 43260a977b
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ requires = ["setuptools>=45", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "aiunn"
version = "0.1.1"
version = "0.2.2"
description = "Finetuner for image upscaling using AIIA"
readme = "README.md"
requires-python = ">=3.10"

View File

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