Skip to content

Commit

Permalink
FIXED: wrong requirement in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Bredehöft committed Jun 30, 2015
1 parent f1a5028 commit 44ed474
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 @@ -3,7 +3,7 @@

setup(
name='drf-tools',
version="0.9.0",
version="0.9.1",
url='https://github.com/seebass/drf-tools',
license='MIT',
description='Multiple extensions and test utilities for Django REST Framework 3',
Expand All @@ -16,7 +16,7 @@
'drf-nested-fields>=0.9.0',
'drf-hal-json>=0.9.0',
'drf-enum-field>=0.9.0',
'drf-nested-routin>=0.9.0',
'drf-nested-routing>=0.9.0',
'django-filter>=0.10.0',
'openpyxl>=2.2.5',
'chardet>=2.3.0'
Expand Down

0 comments on commit 44ed474

Please sign in to comment.