commit | 696583c17757412acfb2d930c4e1e8fb148e3aca | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Wed Mar 21 15:20:51 2012 -0400 |
committer | Joe Gregorio <jcgregorio@google.com> | Wed Mar 21 15:20:51 2012 -0400 |
tree | bc5c43dd445c08d5b89bed4a85679f250cbc2d7e | |
parent | 69edbe3223212916eff9bf4a4acbc54a4b1e537d [diff] [blame] |
Add __version__ to each library. Fixes issue 119. Reviewed in http://codereview.appspot.com/5846050/.
diff --git a/oauth2client/__init__.py b/oauth2client/__init__.py index e69de29..22b9bc9 100644 --- a/oauth2client/__init__.py +++ b/oauth2client/__init__.py
@@ -0,0 +1 @@ +__version__ = "1.0beta8"