Skip to content

Commit

Permalink
upgrade version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dchukhin committed Apr 1, 2020
1 parent 6463717 commit b61ed4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@

setup(
name='django-optimized-image',
version='0.1.0',
version='0.3.0',
packages=find_packages(),
include_package_data=True,
license='BSD License',
description='A simple Django app that allows for optimization of images.',
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'],
Expand All @@ -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',
],
Expand Down

0 comments on commit b61ed4d

Please # to comment.