Update pip to 1.5rc4

This commit is contained in:
Donald Stufft 2013-12-31 06:49:54 -05:00
parent bfd488c51f
commit 73777c48dd
2 changed files with 1 additions and 1 deletions

View file

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