From 45e0655661aab311cb2ab4e90f7c2db060512aef Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Wed, 15 Jul 2020 11:49:39 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b03caa1..0f678be 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.1', + version = '1.3.0', description = 'Script in Python to convert all the jpeg of a folder recursively with Guetzli.', author = 'Andros Fenollosa', author_email = 'andros@fenollosa.email',