feat/bugfix #42

Merged
Fabel merged 3 commits from feat/bugfix into main 2025-04-23 13:39:02 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 23c6891984 - Show all commits

View File

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

View File

@ -1,6 +1,6 @@
[metadata]
name = aiia
version = 0.3.1
version = 0.3.11
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.3.1"
__version__ = "0.3.11"