increase version

This commit is contained in:
Antonio J. Delgado 2023-06-27 13:59:29 +03:00
parent 8bb91c5641
commit be6d7b2c83
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[metadata]
name = image_classifier
version = 0.0.11
version = 0.0.12
[options]
packages = image_classifier

View file

@ -9,7 +9,7 @@ if os.access(requirements_file, os.R_OK):
setuptools.setup(
scripts=['image_classifier/image_classifier.py'],
author="Antonio J. Delgado",
version='0.0.11',
version='0.0.12',
name='image_classifier',
author_email="antoniodelgado@susurrando.com",
url="",