mirror of https://github.com/python/cpython
Merge update to pip
This commit is contained in:
commit
a7baa106cd
|
@ -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