summaryrefslogtreecommitdiff
path: root/urllib3/__init__.py
diff options
context:
space:
mode:
authorAndrey Petrov <andrey.petrov@shazow.net>2015-04-21 16:05:42 -0400
committerAndrey Petrov <andrey.petrov@shazow.net>2015-04-21 16:05:42 -0400
commit0b744993bbe30fe6e3e4e0c93416412d8e598301 (patch)
treefba12c51798a785dddca4e2348f2553f158ddf20 /urllib3/__init__.py
parent1e644339740cb5ee955c5f44cd2443bc82104533 (diff)
downloadurllib3-0b744993bbe30fe6e3e4e0c93416412d8e598301.tar.gz
Merging new release version: 1.10.31.10.3
Diffstat (limited to 'urllib3/__init__.py')
-rw-r--r--urllib3/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urllib3/__init__.py b/urllib3/__init__.py
index 8cd51444..333060c2 100644
--- a/urllib3/__init__.py
+++ b/urllib3/__init__.py
@@ -4,7 +4,7 @@ urllib3 - Thread-safe connection pooling and re-using.
__author__ = 'Andrey Petrov (andrey.petrov@shazow.net)'
__license__ = 'MIT'
-__version__ = '1.10.2'
+__version__ = '1.10.3'
from .connectionpool import (