diff options
| author | Joe Gregorio <jcgregorio@google.com> | 2011-11-14 12:35:44 -0500 |
|---|---|---|
| committer | Joe Gregorio <jcgregorio@google.com> | 2011-11-14 12:35:44 -0500 |
| commit | 0aa16cd493817c590f37d3c99ccaf89671b1dff9 (patch) | |
| tree | 5d5cd3c08c55f22c3a5fc8b790e51fd3c7e4936b /python3/httplib2 | |
| parent | ac335ffb8bfa46953ee08cf5c07f4b877fac3bd0 (diff) | |
| download | httplib2-0aa16cd493817c590f37d3c99ccaf89671b1dff9.tar.gz | |
Prepping for version 0.7.2 release
Diffstat (limited to 'python3/httplib2')
| -rw-r--r-- | python3/httplib2/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python3/httplib2/__init__.py b/python3/httplib2/__init__.py index c73b4e6..4af0b10 100644 --- a/python3/httplib2/__init__.py +++ b/python3/httplib2/__init__.py @@ -24,7 +24,7 @@ __contributors__ = ["Thomas Broyer (t.broyer@ltgt.net)", "Louis Nyffenegger", "Mark Pilgrim"] __license__ = "MIT" -__version__ = "0.7.0" +__version__ = "0.7.2" import re import sys |
