Upgrade pip to 8.0.2

This commit is contained in:
Donald Stufft 2016-01-21 21:55:32 -05:00
parent c4032da201
commit 5d0124623c
2 changed files with 1 additions and 1 deletions

View File

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