Skip to content

Commit 3cc6571

Browse files
committed
Merge pull request #1509 from dhermes/cut-0.10.1
Upgrading version to 0.10.1.
2 parents 96d0f9e + a9c53be commit 3cc6571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
REQUIREMENTS = [
1515
'httplib2 >= 0.9.1',
1616
'googleapis-common-protos',
17-
'oauth2client >= 2.0.0',
17+
'oauth2client >= 2.0.0.post1',
1818
'protobuf >= 3.0.0b2',
1919
'pyOpenSSL',
2020
'six',
2121
]
2222

2323
setup(
2424
name='gcloud',
25-
version='0.10.0',
25+
version='0.10.1',
2626
description='API Client library for Google Cloud',
2727
author='Google Cloud Platform',
2828
author_email='[email protected]',

0 commit comments

Comments
 (0)