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 0a5c85c commit 2c7f897Copy full SHA for 2c7f897
setup.py
@@ -22,7 +22,7 @@
22
23
name = 'google-api-core'
24
description = 'Google API client core library'
25
-version = '1.3.0'
+version = '1.4.0'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
@@ -39,7 +39,8 @@
39
'futures>=3.2.0;python_version<"3.2"'
40
]
41
extras = {
42
- 'grpc': 'grpcio>=1.8.2'
+ 'grpc': 'grpcio>=1.8.2',
43
+ 'grpcio-gcp': 'grpcio-gcp>=0.2.2'
44
}
45
46
0 commit comments