diff --git a/norch/__init__.py b/norch/__init__.py index 838b2db..25fe68e 100644 --- a/norch/__init__.py +++ b/norch/__init__.py @@ -4,6 +4,6 @@ from .optim import * from .utils import * from .norchvision import * -__version__ = "0.0.1" +__version__ = "0.0.3" __author__ = 'Lucas de Lima Nogueira' __credits__ = 'Lucas de Lima Nogueira' \ No newline at end of file diff --git a/setup.py b/setup.py index 053e8c6..06c8016 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ class CustomInstall(install): setuptools.setup( name = "norch", - version = "0.0.2", + version = "0.0.3", author = "Lucas de Lima", author_email = "nogueiralucasdelima@gmail.com", description = "A deep learning framework",