commit | c0b0ba174384b946807af0d12a01c9ec62142a90 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Fri Mar 02 12:12:08 2012 -0800 |
committer | Joe Gregorio <jcgregorio@google.com> | Fri Mar 02 12:12:08 2012 -0800 |
tree | 52fca53d596e3c68de235da426f4e58e15d91382 | |
parent | f0af0ab2588ec6ea5a6f0db7795926fe138f5fd3 [diff] [blame] |
0.7.4 fix for missing cacerts
diff --git a/setup.py b/setup.py index c96a2d9..f272f43 100755 --- a/setup.py +++ b/setup.py
@@ -5,7 +5,7 @@ import sys pkgdir = {'': 'python%s' % sys.version_info[0]} -VERSION = '0.7.3' +VERSION = '0.7.4' setup(name='httplib2', version=VERSION,