Skip to content

Commit f2cd588

Browse files
authored
bump major version number since py2 dropping change is breaking (#308)
1 parent 4a9200e commit f2cd588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
NAME = 'dynamic-rest'
44
DESCRIPTION = 'Adds Dynamic API support to Django REST Framework.'
55
URL = 'http://github.com/AltSchool/dynamic-rest'
6-
VERSION = '1.9.8'
6+
VERSION = '2.0.0'
77
SCRIPTS = ['manage.py']
88

99
setup(

0 commit comments

Comments
 (0)