aboutsummaryrefslogtreecommitdiff
path: root/oauth2client
diff options
context:
space:
mode:
authorDanny Hermes <daniel.j.hermes@gmail.com>2016-02-19 14:57:52 -0800
committerDanny Hermes <daniel.j.hermes@gmail.com>2016-02-19 14:57:52 -0800
commitd9cf4b7a9adf380505baa2695263ffe360994279 (patch)
treefbecde88f0c9f4e6bcca0589d2e634fca537f9f1 /oauth2client
parent0c7996099f9e3d74f7b9a6d32b6f69f44987638a (diff)
downloadoauth2client-d9cf4b7a9adf380505baa2695263ffe360994279.tar.gz
Release v2.0.0-post1.
Diffstat (limited to 'oauth2client')
-rw-r--r--oauth2client/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauth2client/__init__.py b/oauth2client/__init__.py
index ed2c378..5efc7da 100644
--- a/oauth2client/__init__.py
+++ b/oauth2client/__init__.py
@@ -14,7 +14,7 @@
"""Client library for using OAuth2, especially with Google APIs."""
-__version__ = '2.0.0'
+__version__ = '2.0.0-post1'
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/v2/auth'
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'