Skip to content

Commit 28b0340

Browse files
tseaverlandrito
authored andcommitted
Prep bigtable-0.25.0 release. (googleapis#3534)
1 parent 5920a94 commit 28b0340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bigtable/setup.py

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

5252

5353
REQUIREMENTS = [
54-
'google-cloud-core >= 0.24.0, < 0.25dev',
54+
'google-cloud-core >= 0.25.0, < 0.26dev',
5555
'google-gax>=0.15.7, <0.16dev',
5656
]
5757

5858
setup(
5959
name='google-cloud-bigtable',
60-
version='0.24.0',
60+
version='0.25.0',
6161
description='Python Client for Google Cloud Bigtable',
6262
long_description=README,
6363
namespace_packages=[

0 commit comments

Comments
 (0)