From 3f62c885167d7a6581313e8ff2da89e381ec344a Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Fri, 15 Oct 2021 14:25:29 +0300 Subject: [PATCH] Increased version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 45a1c21..cda86e1 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.3', + version='0.0.4', name='image_classifier', author_email="antoniodelgado@susurrando.com", url="",