From 7636e96658d90c3a113fb4a2e826ddd7f8033009 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 2 May 2022 13:57:54 +0300 Subject: [PATCH] Update version --- README.md | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 14f61e3..d87a5a4 100755 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ Classifies images by their EXIF date (e.g. /path/YYYY.MM.DD/image.jpg). = Install -python3 setup.py install \ No newline at end of file +python3 setup.py install diff --git a/setup.cfg b/setup.cfg index 778a021..ac0fcab 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = image_classifier -version = 0.0.6 +version = 0.0.7 [options] packages = image_classifier diff --git a/setup.py b/setup.py index e7d0d6c..17585f1 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.6', + version='0.0.7', name='image_classifier', author_email="antoniodelgado@susurrando.com", url="",