Skip to content

Commit

Permalink
9.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
starforever committed Dec 12, 2018
1 parent aed19be commit 92d6ed1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Dropbox for Python
==================

.. image:: https://travis-ci.org/dropbox/dropbox-sdk-python.svg?branch=master
.. image:: https://travis-ci.org/dropbox/dropbox-sdk-python.svg?branch=v9.3.0
:target: https://travis-ci.org/dropbox/dropbox-sdk-python

.. image:: https://readthedocs.org/projects/dropbox-sdk-python/badge/?version=stable
Expand Down
2 changes: 1 addition & 1 deletion dropbox/dropbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# This should always be 0.0.0 in master. Only update this after tagging
# before release.
__version__ = '0.0.0'
__version__ = '9.3.0'

import contextlib
import json
Expand Down

0 comments on commit 92d6ed1

Please sign in to comment.