update version

This commit is contained in:
Antonio J. Delgado 2022-05-02 21:58:30 +03:00
parent 5ea0ffbaee
commit 056a7179a9
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[metadata] [metadata]
name = image_classifier name = image_classifier
version = 0.0.8 version = 0.0.9
[options] [options]
packages = image_classifier packages = image_classifier

View file

@ -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.8', version='0.0.9',
name='image_classifier', name='image_classifier',
author_email="antoniodelgado@susurrando.com", author_email="antoniodelgado@susurrando.com",
url="", url="",