v0.0.7 improve memory usage
This commit is contained in:
parent
5884dff3bf
commit
53983be40a
2 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
2
setup.py
2
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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue