diff options
| author | Joe Gregorio <jcgregorio@google.com> | 2015-09-28 09:49:57 -0400 |
|---|---|---|
| committer | Joe Gregorio <jcgregorio@google.com> | 2015-09-28 09:49:57 -0400 |
| commit | cf631a73e2f3f43897b65206127ced82382d35f5 (patch) | |
| tree | 9f567603a242b3cdd2988a092098a3ae649c8b77 /python3/httplib2 | |
| parent | d86146d57ba65a36700f14201fe724f320504a4e (diff) | |
| download | httplib2-cf631a73e2f3f43897b65206127ced82382d35f5.tar.gz | |
Release 0.9.20.9.2
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 ad5cc7f..3ce019e 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.9.1" +__version__ = "0.9.2" import re import sys |
