diff --git a/norch/__init__.py b/norch/__init__.py index 355e312..f136503 100644 --- a/norch/__init__.py +++ b/norch/__init__.py @@ -5,6 +5,6 @@ from .utils import * from .norchvision import * from .utils import * -__version__ = "0.0.5" +__version__ = "0.0.7" __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 2dfaca7..74fed5b 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ class CustomInstall(install): setuptools.setup( name="norch", - version="0.0.5", + version="0.0.7", author="Lucas de Lima", author_email="nogueiralucasdelima@gmail.com", description="A deep learning framework",