Skip to content

Commit bd20530

Browse files
committed
Upgrade pip to 9.0.1 and setuptools to 28.8.0
1 parent d3e6c9e commit bd20530

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 = "28.7.1"
15+
_SETUPTOOLS_VERSION = "28.8.0"
1616

17-
_PIP_VERSION = "9.0.0"
17+
_PIP_VERSION = "9.0.1"
1818

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

0 commit comments

Comments
 (0)