Upgrade pip from 1.5.2 to 1.5.3

This commit is contained in:
Donald Stufft 2014-02-20 20:53:27 -05:00
parent 7a19355c77
commit b226026299
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ __all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "2.1"
_PIP_VERSION = "1.5.2"
_PIP_VERSION = "1.5.3"
# pip currently requires ssl support, so we try to provide a nicer
# error message when that is missing (http://bugs.python.org/issue19744)