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

Skip to content

Commit 1ce4e5b

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 7ee0936 commit 1ce4e5b

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
@@ -12,9 +12,9 @@
1212
__all__ = ["version", "bootstrap"]
1313

1414

15-
_SETUPTOOLS_VERSION = "38.6.1"
15+
_SETUPTOOLS_VERSION = "39.0.1"
1616

17-
_PIP_VERSION = "9.0.2"
17+
_PIP_VERSION = "9.0.3"
1818

1919
_PROJECTS = [
2020
("setuptools", _SETUPTOOLS_VERSION),

0 commit comments

Comments
 (0)
0