Skip to content

Commit

Permalink
Updated dependency version for drf, version changed for 0.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcohen02 committed May 23, 2019
1 parent 6441584 commit 4193bc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django>=1.11
djangorestframework==3.8.2
djangorestframework>=3.9.1
httpretty==0.9.6
shortuuid==0.5.0
sphinx==1.8.2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="django-drf-filepond",
version="0.0.5",
version="0.1.0",
description="Filepond server app for Django REST Framework",
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -23,7 +23,7 @@
include_package_data=True,
install_requires=[
"Django>=1.11.0",
"djangorestframework>=3.8.2",
"djangorestframework>=3.9.1",
"shortuuid>=0.5.0",
"requests>=2.20.1"
],
Expand Down

0 comments on commit 4193bc4

Please sign in to comment.