Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewIngram committed Jun 15, 2015
1 parent be4ba48 commit 72da45a
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 @@ -2,10 +2,10 @@

setup(
name='django-extra-views',
version='0.7.0',
version='0.7.1',
url='https://github.com/AndrewIngram/django-extra-views',
install_requires=[
'Django >=1.3',
'Django >=1.4',
'six>=1.5.2',
],
description="Extra class-based views for Django",
Expand Down

0 comments on commit 72da45a

Please sign in to comment.