Merge pull request 'corrected version numbering' (#40) from feat/new_version into develop
Gitea Actions For AIIA / Explore-Gitea-Actions (push) Successful in 1m7s Details

Reviewed-on: #40
This commit is contained in:
Falko Victor Habel 2025-04-17 17:06:55 +00:00
commit 924af79547
3 changed files with 3 additions and 3 deletions

View File

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

View File

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