Skip to content

Commit

Permalink
Prep speech-0.26.0 release. (#3546)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver authored Jun 26, 2017
1 parent ee67aa7 commit 5068f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-speech/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
}

REQUIREMENTS = [
'google-cloud-core >= 0.24.0, < 0.25dev',
'google-cloud-core >= 0.25.0, < 0.26dev',
'grpcio >= 1.0.2, < 2.0dev',
'gapic-google-cloud-speech-v1 >= 0.15.3, < 0.16dev',
]

setup(
name='google-cloud-speech',
version='0.25.1',
version='0.26.0',
description='Python Client for Google Cloud Speech',
long_description=README,
namespace_packages=[
Expand Down

0 comments on commit 5068f4a

Please sign in to comment.