From b61ed4d4e35e4fc657d9ee9732c14caef1d81818 Mon Sep 17 00:00:00 2001 From: Dmitriy Chukhin Date: Wed, 1 Apr 2020 13:00:46 -0400 Subject: [PATCH] upgrade version in setup.py --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e3851c8..3db914a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='django-optimized-image', - version='0.1.0', + version='0.3.0', packages=find_packages(), include_package_data=True, license='BSD License', @@ -17,7 +17,7 @@ long_description=README, install_requires=['tinify'], url='https://github.com/dchukhin/django_optimized_image', - download_url='https://github.com/dchukhin/django_optimized_image/tarball/0.1.0', + download_url='https://github.com/dchukhin/django_optimized_image/tarball/0.3.0', author='Dmitriy Chukhin', author_email='dchukhin@caktusgroup.com', keywords=['django', 'image', 'optimize', 'imagefield'], @@ -31,6 +31,7 @@ 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ],