Skip to content

Commit 3d3f986

Browse files
committed
Bump version to 1.3.
1 parent 0e66ea9 commit 3d3f986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Client library for using OAuth2, especially with Google APIs."""
22

3-
__version__ = '1.2'
3+
__version__ = '1.3'
44

55
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth'
66
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'

0 commit comments

Comments
 (0)