increased version number
Gitea Actions For AIIA / Explore-Gitea-Actions (push) Successful in 53s Details

This commit is contained in:
Falko Victor Habel 2025-06-06 13:11:16 +02:00
parent daaceaff0b
commit 27693c251c
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
[metadata]
name = aiia
version = 0.3.3
version = 0.3.4
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.3"
__version__ = "0.3.4"