commit | d840beceafacd37a6abf993cd1fb8039eb3b6864 | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Fri Dec 02 14:27:18 2016 -0800 |
committer | GitHub <noreply@github.com> | Fri Dec 02 14:27:18 2016 -0800 |
tree | 0c101c09c01fb03b9d617d1036fb83db7ad6ef31 | |
parent | 4c883f044ff87b5264d59697c75d2feb09cbb32e [diff] [blame] |
Add proxy to httplib2.Http.connections (#91)
diff --git a/httplib2_transport/setup.py b/httplib2_transport/setup.py index 110cce8..e85c309 100644 --- a/httplib2_transport/setup.py +++ b/httplib2_transport/setup.py
@@ -30,7 +30,7 @@ setup( name='google-auth-httplib2', - version='0.0.1', + version='0.0.2', author='Google Cloud Platform', author_email='jonwayne+google-auth@google.com', description='Google Authentication Library',