We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5920a94 commit 28b0340Copy full SHA for 28b0340
bigtable/setup.py
@@ -51,13 +51,13 @@
51
52
53
REQUIREMENTS = [
54
- 'google-cloud-core >= 0.24.0, < 0.25dev',
+ 'google-cloud-core >= 0.25.0, < 0.26dev',
55
'google-gax>=0.15.7, <0.16dev',
56
]
57
58
setup(
59
name='google-cloud-bigtable',
60
- version='0.24.0',
+ version='0.25.0',
61
description='Python Client for Google Cloud Bigtable',
62
long_description=README,
63
namespace_packages=[
0 commit comments