Skip to content

Commit

Permalink
Merge pull request #1509 from dhermes/cut-0.10.1
Browse files Browse the repository at this point in the history
Upgrading version to 0.10.1.
  • Loading branch information
dhermes committed Feb 20, 2016
2 parents 96d0f9e + a9c53be commit 3cc6571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
REQUIREMENTS = [
'httplib2 >= 0.9.1',
'googleapis-common-protos',
'oauth2client >= 2.0.0',
'oauth2client >= 2.0.0.post1',
'protobuf >= 3.0.0b2',
'pyOpenSSL',
'six',
]

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',
Expand Down

0 comments on commit 3cc6571

Please sign in to comment.