version 0.0.3
This commit is contained in:
parent
316df94a3e
commit
b72c16f110
2 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
2
setup.py
2
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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue