From e74be9cbc377349d6f6276fe8ba2a38bd052d600 Mon Sep 17 00:00:00 2001 From: Falko Habel Date: Thu, 27 Feb 2025 21:56:50 +0100 Subject: [PATCH] fixed setup with correct naming --- README.md | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3091ec..333838b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ That's it! You should now have the AIIA package installed and ready to use. ## Example Usage: ```Python from aiia.model import AIIABase -from aiia.model.config import AIIAConfig +from aiia.model import AIIAConfig from aiia.pretrain import Pretrainer # Create your model diff --git a/setup.cfg b/setup.cfg index fb45363..cbf7219 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = aiia -version = 0.1.0 -author = Your Name +version = 0.1.2 +author = Falko Habel author_email = falko.habel@gmx.de description = AIIA deep learning model implementation long_description = file: README.md