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

This commit is contained in:
Falko Victor Habel 2025-03-16 13:00:07 +01:00
parent 9d89c6c534
commit 4e6a02cdc9
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ include = '\.pyi?$'
[project]
name = "aiia"
version = "0.1.6"
version = "0.2.0"
description = "AIIA Deep Learning Model Implementation"
readme = "README.md"
authors = [

View File

@ -1,6 +1,6 @@
[metadata]
name = aiia
version = 0.1.6
version = 0.2.0
author = Falko Habel
author_email = falko.habel@gmx.de
description = AIIA deep learning model implementation

View File

@ -4,4 +4,4 @@ from .data.DataLoader import DataLoader
from .pretrain.pretrainer import Pretrainer, ProjectionHead
__version__ = "0.1.6"
__version__ = "0.2.0"