Skip to content

Commit 72da45a

Browse files
committed
Update setup.py
1 parent be4ba48 commit 72da45a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
setup(
44
name='django-extra-views',
5-
version='0.7.0',
5+
version='0.7.1',
66
url='https://github.com/AndrewIngram/django-extra-views',
77
install_requires=[
8-
'Django >=1.3',
8+
'Django >=1.4',
99
'six>=1.5.2',
1010
],
1111
description="Extra class-based views for Django",

0 commit comments

Comments
 (0)