diff options
author | Joe Gregorio <jcgregorio@google.com> | 2012-09-11 13:20:44 -0400 |
---|---|---|
committer | Joe Gregorio <jcgregorio@google.com> | 2012-09-11 13:20:44 -0400 |
commit | a91406d630ea7cbbdef29af069207df4a72da77d (patch) | |
tree | cbcce5bfdea80660fb17991f19f55a7e06b28979 /python2/httplib2 | |
parent | c920442918a895e5564b496f0f8d0f58973075a0 (diff) | |
download | httplib2-a91406d630ea7cbbdef29af069207df4a72da77d.tar.gz |
Version 0.7.6
Diffstat (limited to 'python2/httplib2')
-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 1ae71c9..fb74de2 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.5" +__version__ = "0.7.6" import re import sys |