From d9fd9255cc5f8d15128a5913fc5fbb335649e3a8 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 30 May 2022 12:17:41 +0300 Subject: [PATCH] Increase version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9d25f21..482b32a 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.9', + version='0.0.10', name='image_classifier', author_email="antoniodelgado@susurrando.com", url="",