Update version number to v3.0.0

This commit is contained in:
Jon Wayne Parrott
2016-07-28 10:41:24 -07:00
parent 7b364c2b58
commit c12eabbe50

View File

@@ -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'