Skip to content

Commit 4f11707

Browse files
tseaverlandrito
authored andcommitted
Prep storage-1.2.0 release. (googleapis#3540)
1 parent a2b03dc commit 4f11707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storage/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@
5151

5252

5353
REQUIREMENTS = [
54-
'google-cloud-core >= 0.24.1, < 0.25dev',
54+
'google-cloud-core >= 0.25.0, < 0.26dev',
5555
'google-auth >= 1.0.0',
5656
'google-resumable-media >= 0.1.1',
5757
'requests >= 2.0.0',
5858
]
5959

6060
setup(
6161
name='google-cloud-storage',
62-
version='1.1.1',
62+
version='1.2.0',
6363
description='Python Client for Google Cloud Storage',
6464
long_description=README,
6565
namespace_packages=[

0 commit comments

Comments
 (0)