Skip to content

Commit

Permalink
Prep storage-1.2.0 release. (#3540)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jul 10, 2017
1 parent 21fd1eb commit 2334c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@


REQUIREMENTS = [
'google-cloud-core >= 0.24.1, < 0.25dev',
'google-cloud-core >= 0.25.0, < 0.26dev',
'google-auth >= 1.0.0',
'google-resumable-media >= 0.1.1',
'requests >= 2.0.0',
]

setup(
name='google-cloud-storage',
version='1.1.1',
version='1.2.0',
description='Python Client for Google Cloud Storage',
long_description=README,
namespace_packages=[
Expand Down

0 comments on commit 2334c3d

Please sign in to comment.