diff options
author | Joe Gregorio <jcgregorio@google.com> | 2013-03-06 15:31:15 -0500 |
---|---|---|
committer | Joe Gregorio <jcgregorio@google.com> | 2013-03-06 15:31:15 -0500 |
commit | ee9ee3c700748e98f6d473f4c9a1da8fd55fc099 (patch) | |
tree | 7c7ce1e2df043d8cae365b05ed19225cb9d5b178 /python2 | |
parent | 85cbb404f5813ed64cda9849305412fed078f45e (diff) | |
download | httplib2-ee9ee3c700748e98f6d473f4c9a1da8fd55fc099.tar.gz |
0.8 release
Diffstat (limited to 'python2')
-rw-r--r-- | python2/httplib2/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python2/httplib2/__init__.py b/python2/httplib2/__init__.py index c62afad..9780d4e 100644 --- a/python2/httplib2/__init__.py +++ b/python2/httplib2/__init__.py @@ -22,7 +22,7 @@ __contributors__ = ["Thomas Broyer (t.broyer@ltgt.net)", "Sam Ruby", "Louis Nyffenegger"] __license__ = "MIT" -__version__ = "0.7.7" +__version__ = "0.8" import re import sys |