8000 Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184) · python/cpython@8f46176 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f46176

Browse files
Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184)
(cherry picked from commit d93b516) Co-authored-by: Donald Stufft <donald@stufft.io>
1 parent 4ddc99d commit 8f46176

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Lib/ensurepip/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
__all__ = ["version", "bootstrap"]
99

1010

11-
_SETUPTOOLS_VERSION = "38.6.1"
11+
_SETUPTOOLS_VERSION = "39.0.1"
1212

13-
_PIP_VERSION = "9.0.2"
13+
_PIP_VERSION = "9.0.3"
1414

1515
_PROJECTS = [
1616
("setuptools", _SETUPTOOLS_VERSION),

0 commit comments

Comments
 (0)
0