diff --git a/setup.py b/setup.py index 8e535582168d..fde5845cad25 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ REQUIREMENTS = [ 'httplib2 >= 0.9.1', 'googleapis-common-protos', - 'oauth2client >= 2.0.0', + 'oauth2client >= 2.0.0.post1', 'protobuf >= 3.0.0b2', 'pyOpenSSL', 'six', @@ -22,7 +22,7 @@ setup( name='gcloud', - version='0.10.0', + version='0.10.1', description='API Client library for Google Cloud', author='Google Cloud Platform', author_email='jjg+gcloud-python@google.com',