mirror of https://github.com/python/cpython
Upgrade setuptools to 27.1.2
This commit is contained in:
parent
d25d9dc1fc
commit
16d7d5941d
|
@ -8,7 +8,7 @@ import tempfile
|
|||
__all__ = ["version", "bootstrap"]
|
||||
|
||||
|
||||
_SETUPTOOLS_VERSION = "27.1.1"
|
||||
_SETUPTOOLS_VERSION = "27.1.2"
|
||||
|
||||
_PIP_VERSION = "8.1.2"
|
||||
|
||||
|
|
Loading…
Reference in New Issue