We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2390a9 + 95405db commit 875fb6cCopy full SHA for 875fb6c
1 file changed
packages/google-cloud-language/setup.py
@@ -50,12 +50,12 @@
50
51
52
REQUIREMENTS = [
53
- 'google-cloud-core >= 0.21.0, < 0.22dev',
+ 'google-cloud-core >= 0.22.0, < 0.23dev',
54
]
55
56
setup(
57
name='google-cloud-language',
58
- version='0.21.0',
+ version='0.22.0',
59
description='Python Client for Google Cloud Natural Language',
60
long_description=README,
61
namespace_packages=[
0 commit comments