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