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',