summaryrefslogtreecommitdiff
path: root/urllib3/__init__.py
diff options
context:
space:
mode:
authorAndrey Petrov <andrey.petrov@shazow.net>2012-06-16 13:50:14 -0700
committerAndrey Petrov <andrey.petrov@shazow.net>2012-06-16 13:50:14 -0700
commit7fecb8f7283f03ee39d8c00f401213b41b7121a2 (patch)
treeee507312bbd5dc112671c4b9297f44350bec6149 /urllib3/__init__.py
parentb922f870433c629e3e0e90e984d62e3d869d78ea (diff)
downloadurllib3-7fecb8f7283f03ee39d8c00f401213b41b7121a2.tar.gz
Version bump.
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 2d6fecec..22fe1430 100644
--- a/urllib3/__init__.py
+++ b/urllib3/__init__.py
@@ -10,7 +10,7 @@ urllib3 - Thread-safe connection pooling and re-using.
__author__ = 'Andrey Petrov (andrey.petrov@shazow.net)'
__license__ = 'MIT'
-__version__ = '1.3'
+__version__ = '1.4'
from .connectionpool import (