We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d2669 commit 777bb5fCopy full SHA for 777bb5f
google/api_core/__init__.py
@@ -19,5 +19,6 @@
19
20
from pkg_resources import get_distribution
21
22
+from google.api_core import version as api_core_version
23
-__version__ = get_distribution("google-api-core").version
24
+__version__ = api_core_version.__version__
0 commit comments