Skip to content

Commit f43ef38

Browse files
authored
Fix docs helper script for getting version. (googleapis#4104)
1 parent 9c9ea4c commit f43ef38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_utils/scripts/get_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
from pkg_resources import get_distribution
1919

2020

21-
print(get_distribution('google-cloud').version)
21+
print(get_distribution('google-cloud-core').version)

0 commit comments

Comments
 (0)