summaryrefslogtreecommitdiff
path: root/python2
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2013-03-06 15:31:15 -0500
committerJoe Gregorio <jcgregorio@google.com>2013-03-06 15:31:15 -0500
commitee9ee3c700748e98f6d473f4c9a1da8fd55fc099 (patch)
tree7c7ce1e2df043d8cae365b05ed19225cb9d5b178 /python2
parent85cbb404f5813ed64cda9849305412fed078f45e (diff)
downloadhttplib2-ee9ee3c700748e98f6d473f4c9a1da8fd55fc099.tar.gz
0.8 release
Diffstat (limited to 'python2')
-rw-r--r--python2/httplib2/__init__.py2
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