Skip to content

Commit e70423b

Browse files
authored
Prep speech-0.26.0 release. (#3546)
1 parent 0ac5a24 commit e70423b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

speech/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050
}
5151

5252
REQUIREMENTS = [
53-
'google-cloud-core >= 0.24.0, < 0.25dev',
53+
'google-cloud-core >= 0.25.0, < 0.26dev',
5454
'grpcio >= 1.0.2, < 2.0dev',
5555
'gapic-google-cloud-speech-v1 >= 0.15.3, < 0.16dev',
5656
]
5757

5858
setup(
5959
name='google-cloud-speech',
60-
version='0.25.1',
60+
version='0.26.0',
6161
description='Python Client for Google Cloud Speech',
6262
long_description=README,
6363
namespace_packages=[

0 commit comments

Comments
 (0)