Skip to content

Commit

Permalink
Incremented version for PyPI release
Browse files Browse the repository at this point in the history
  • Loading branch information
respondcreate committed Feb 8, 2023
1 parent 2163d49 commit f177150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
setup(
name='django-versatileimagefield',
packages=find_packages(),
version='2.2',
version='3.0',
author='Jonathan Ellenberger',
author_email='[email protected]',
url='http://github.com/respondcreate/django-versatileimagefield/',
Expand All @@ -17,7 +17,7 @@
zip_safe=False,
install_requires=[
'Pillow>=2.4.0',
'python-magic>=0.4.15,<1.0.0',
'python-magic>=0.4.22,<1.0.0',
'Django>=3.0',
],
include_package_data=True,
Expand Down

0 comments on commit f177150

Please sign in to comment.