We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9688b33 commit 3a4dcd3Copy full SHA for 3a4dcd3
1 file changed
packages/google-cloud-bigtable/setup.py
@@ -50,13 +50,13 @@
50
51
52
REQUIREMENTS = [
53
- 'google-cloud-core >= 0.23.0, < 0.24dev',
+ 'google-cloud-core >= 0.23.1, < 0.24dev',
54
'grpcio >= 1.0.2, < 2.0dev',
55
]
56
57
setup(
58
name='google-cloud-bigtable',
59
- version='0.22.0',
+ version='0.23.0',
60
description='Python Client for Google Cloud Bigtable',
61
long_description=README,
62
namespace_packages=[
0 commit comments