Upgrade pip to 7.0.1

This commit is contained in:
Donald Stufft 2015-05-22 20:30:16 -04:00
parent 9ecf9e2944
commit 7bf0d5a759
2 changed files with 1 additions and 1 deletions

View File

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