Skip to content

Commit

Permalink
Merge pull request #2846 from dhermes/ya-release
Browse files Browse the repository at this point in the history
Update versions for mega-release.
  • Loading branch information
dhermes authored Dec 10, 2016
2 parents 7355f65 + 744468c commit e59bd7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/google-cloud-python-speech/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,14 @@
}

REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.22.1, < 0.23dev',
'grpcio >= 1.0.2, < 2.0dev',
'gapic-google-cloud-speech-v1beta1 >= 0.14.0, < 0.15dev',
]

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

0 comments on commit e59bd7a

Please sign in to comment.