Skip to content

Commit 777bb5f

Browse files
committed
fix: replace another version import for api_core in api_core
1 parent a3d2669 commit 777bb5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

google/api_core/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919

2020
from pkg_resources import get_distribution
2121

22+
from google.api_core import version as api_core_version
2223

23-
__version__ = get_distribution("google-api-core").version
24+
__version__ = api_core_version.__version__

0 commit comments

Comments
 (0)