Update bundled pip to 1.5rc3

This commit is contained in:
Donald Stufft 2013-12-27 02:07:49 -05:00
parent 8c4f57d1d5
commit 1896dc5efd
2 changed files with 1 additions and 1 deletions

View File

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