Compare commits

..

No commits in common. "924af79547260f54eb9936659b0500f53d5469c8" and "f0f3f05584d0cd7eb02451c42ccd1585ef246f90" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ include = '\.pyi?$'
[project]
name = "aiia"
version = "0.3.1"
version = "0.3.0"
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.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.3.1"
__version__ = "0.3.0"