We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5db8e commit 522a587Copy full SHA for 522a587
translate/setup.py
@@ -51,12 +51,12 @@
51
52
53
REQUIREMENTS = [
54
- 'google-cloud-core >= 0.24.0, < 0.25dev',
+ 'google-cloud-core >= 0.25.0, < 0.26dev',
55
]
56
57
setup(
58
name='google-cloud-translate',
59
- version='0.24.0',
+ version='0.25.0',
60
description='Python Client for Google Cloud Translation API',
61
long_description=README,
62
namespace_packages=[
0 commit comments