From c403248a92d734ddf0353abe3736ad4b25c27bd4 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Sun, 21 Jul 2024 12:06:46 +0300 Subject: [PATCH] increase version --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index a4a2573..a0a9a0d 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = image_classifier -version = 0.0.20 +version = 0.0.21 [options] packages = image_classifier diff --git a/setup.py b/setup.py index 12cfdc5..5adf6bc 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.20', + version='0.0.21', name='image_classifier', author_email="antoniodelgado@susurrando.com", url="",