mirror of
https://github.com/python/cpython.git
synced 2026-01-16 20:30:23 +00:00
Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184)
(cherry picked from commit d93b5161af)
Co-authored-by: Donald Stufft <donald@stufft.io>
This commit is contained in:
parent
7abf34344f
commit
560ea272b0
3 changed files with 2 additions and 2 deletions
|
|
@ -8,9 +8,9 @@
|
|||
__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),
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue