From ee9ee3c700748e98f6d473f4c9a1da8fd55fc099 Mon Sep 17 00:00:00 2001 From: Joe Gregorio Date: Wed, 6 Mar 2013 15:31:15 -0500 Subject: 0.8 release --- python2/httplib2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python2') 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 -- cgit v1.2.1