From c12eabbe503e1716f55fbfad004aaa14ca1f5ae0 Mon Sep 17 00:00:00 2001 From: Jon Wayne Parrott Date: Thu, 28 Jul 2016 10:41:24 -0700 Subject: [PATCH] Update version number to v3.0.0 --- oauth2client/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2client/__init__.py b/oauth2client/__init__.py index b35ee16..28384bb 100644 --- a/oauth2client/__init__.py +++ b/oauth2client/__init__.py @@ -14,7 +14,7 @@ """Client library for using OAuth2, especially with Google APIs.""" -__version__ = '2.2.0' +__version__ = '3.0.0' GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/v2/auth' GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'