increase version
This commit is contained in:
parent
027c501b85
commit
c403248a92
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = image_classifier
|
name = image_classifier
|
||||||
version = 0.0.20
|
version = 0.0.21
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
packages = image_classifier
|
packages = image_classifier
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -9,7 +9,7 @@ if os.access(requirements_file, os.R_OK):
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
scripts=['image_classifier/image_classifier.py'],
|
scripts=['image_classifier/image_classifier.py'],
|
||||||
author="Antonio J. Delgado",
|
author="Antonio J. Delgado",
|
||||||
version='0.0.20',
|
version='0.0.21',
|
||||||
name='image_classifier',
|
name='image_classifier',
|
||||||
author_email="antoniodelgado@susurrando.com",
|
author_email="antoniodelgado@susurrando.com",
|
||||||
url="",
|
url="",
|
||||||
|
|
Loading…
Reference in a new issue