From 056a7179a9aa576e8c40320d0b09969a6c545b28 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 2 May 2022 21:58:30 +0300 Subject: [PATCH] update version --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7f8d321..04c0590 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = image_classifier -version = 0.0.8 +version = 0.0.9 [options] packages = image_classifier diff --git a/setup.py b/setup.py index 6803daf..9d25f21 100755 --- a/setup.py +++ b/setup.py @@ -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.8', + version='0.0.9', name='image_classifier', author_email="antoniodelgado@susurrando.com", url="",