Upgrade pip to v9.0.3 and setuptools to v39.0.1 (#6184)

This commit is contained in:
Donald Stufft 2018-03-21 22:47:44 -04:00 committed by GitHub
parent 8e4560a9da
commit d93b5161af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ import tempfile
__all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "38.6.1"
_SETUPTOOLS_VERSION = "39.0.1"
_PIP_VERSION = "9.0.2"
_PIP_VERSION = "9.0.3"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION),