We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93921d commit 89ce0a6Copy full SHA for 89ce0a6
pubsub/setup.py
@@ -51,14 +51,14 @@
51
52
53
REQUIREMENTS = [
54
- 'google-cloud-core >= 0.24.1, < 0.25dev',
+ 'google-cloud-core >= 0.25.0, < 0.26dev',
55
'grpcio >= 1.0.2, < 2.0dev',
56
'gapic-google-cloud-pubsub-v1 >= 0.15.0, < 0.16dev',
57
]
58
59
setup(
60
name='google-cloud-pubsub',
61
- version='0.25.0',
+ version='0.26.0',
62
description='Python Client for Google Cloud Pub/Sub',
63
long_description=README,
64
namespace_packages=[
0 commit comments