version 0.0.3

This commit is contained in:
lucasdelimanogueira 2024-05-22 14:29:18 -03:00
parent 316df94a3e
commit b72c16f110
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -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",