Update setup.py

This commit is contained in:
Andros Fenollosa 2020-07-15 11:49:39 +02:00 committed by GitHub
parent 3fb4fac647
commit 45e0655661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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