From 82d8e418a6e8443bd24c117e5cbd4d5682ceae9d Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Fri, 5 Jan 2018 16:57:45 +0100 Subject: [PATCH] Update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f0f2540..b03caa1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name = 'guetzli_recursively', py_modules=['guetzli_recursively'], - version = '1.2.0', + version = '1.2.1', description = 'Script in Python to convert all the jpeg of a folder recursively with Guetzli.', author = 'Andros Fenollosa', author_email = 'andros@fenollosa.email',