We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7858a49 commit 82f2fb3Copy full SHA for 82f2fb3
1 file changed
gcloud/__init__.py
@@ -1,4 +1,5 @@
1
"""GCloud API access in idiomatic Python."""
2
3
+from pkg_resources import get_distribution
4
-__version__ = '0.02.2'
5
+__version__ = get_distribution('gcloud').version
0 commit comments