merge: Upgrade pip to 7.0 and setuptools to 16.0

This commit is contained in:
Donald Stufft 2015-05-22 00:39:57 -04:00
commit 35e24a50c5
3 changed files with 2 additions and 2 deletions

View File

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