updated model version
Gitea Actions For AIIA / Explore-Gitea-Actions (push) Failing after 35s
Details
Gitea Actions For AIIA / Explore-Gitea-Actions (push) Failing after 35s
Details
This commit is contained in:
parent
9d89c6c534
commit
4e6a02cdc9
|
@ -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 = [
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -4,4 +4,4 @@ from .data.DataLoader import DataLoader
|
|||
from .pretrain.pretrainer import Pretrainer, ProjectionHead
|
||||
|
||||
|
||||
__version__ = "0.1.6"
|
||||
__version__ = "0.2.0"
|
||||
|
|
Loading…
Reference in New Issue