Upgrade pip to 8.0.2
This commit is contained in:
parent
c4032da201
commit
5d0124623c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue