Skip to content

Commit

Permalink
Increment version for django 1.10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaaro committed Oct 4, 2016
1 parent 4d65d16 commit b168db7
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 @@ -8,7 +8,7 @@

setup(
name='django-badges',
version='0.2.0',
version='0.3.0',
author='James Robert',
author_email='jiaaro@gmail.com',
description=('An easy to use app that provides Stack Overflow style badges'
Expand All @@ -19,7 +19,7 @@
packages=['badges', 'badges.templatetags', 'badges.migrations'],
package_data={'badges': ['badges/templates/badges/*.html']},
install_requires=[
"django >= 1.6",
"django >= 1.7",
"Pillow",
],
long_description=__doc__,
Expand Down

0 comments on commit b168db7

Please sign in to comment.