Skip to content

Commit dcd9cfe

Browse files
authored
Merge pull request AltSchool#367 from AltSchool/v2.2.1
correct version number for pypi
2 parents 3b90146 + 624c982 commit dcd9cfe

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 = 'Dynamic API support to Django REST Framework.'
55
URL = 'http://github.com/AltSchool/dynamic-rest'
6-
VERSION = '2.1.7'
6+
VERSION = '2.2.1'
77
SCRIPTS = ['manage.py']
88

99
setup(

0 commit comments

Comments
 (0)