Skip to content

Commit

Permalink
bump major version number since py2 dropping change is breaking (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
suavesav authored Jul 15, 2020
1 parent 4a9200e commit f2cd588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
NAME = 'dynamic-rest'
DESCRIPTION = 'Adds Dynamic API support to Django REST Framework.'
URL = 'http://github.com/AltSchool/dynamic-rest'
VERSION = '1.9.8'
VERSION = '2.0.0'
SCRIPTS = ['manage.py']

setup(
Expand Down

0 comments on commit f2cd588

Please sign in to comment.