Skip to content

Commit

Permalink
Read module version from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
silvolu committed Nov 26, 2014
1 parent 7858a49 commit 82f2fb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gcloud/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""GCloud API access in idiomatic Python."""

from pkg_resources import get_distribution

__version__ = '0.02.2'
__version__ = get_distribution('gcloud').version

0 comments on commit 82f2fb3

Please sign in to comment.