Skip to content

Commit

Permalink
Bump dropbox to 8.0.0 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maxicecilia committed Jul 16, 2017
1 parent d851f12 commit 1c602e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# django-dropbox
> Version 0.1.1
> Version 0.1.2
# What

Expand Down
2 changes: 1 addition & 1 deletion django_dropbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 1, 1)
VERSION = (0, 1, 2)


def get_version():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def get_packages():

return packages

requires = ['dropbox==7.3.1']
requires = ['dropbox==8.0.0']

setup(name='django-dropbox',
version=version,
Expand Down

0 comments on commit 1c602e5

Please sign in to comment.