We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9934f81 commit e725a25Copy full SHA for e725a25
1 file changed
packages/google-cloud-python-speech/setup.py
@@ -50,14 +50,14 @@
50
}
51
52
REQUIREMENTS = [
53
- 'google-cloud-core >= 0.24.0, < 0.25dev',
+ 'google-cloud-core >= 0.25.0, < 0.26dev',
54
'grpcio >= 1.0.2, < 2.0dev',
55
'gapic-google-cloud-speech-v1 >= 0.15.3, < 0.16dev',
56
]
57
58
setup(
59
name='google-cloud-speech',
60
- version='0.25.1',
+ version='0.26.0',
61
description='Python Client for Google Cloud Speech',
62
long_description=README,
63
namespace_packages=[
0 commit comments