Skip to content

Commit

Permalink
Upgrade pip to 18.1 and setuptools to 40.6.2 (python#10598)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Nov 19, 2018
1 parent 062a57b commit 8b9c33e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/ensurepip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
__all__ = ["version", "bootstrap"]


_SETUPTOOLS_VERSION = "39.0.1"
_SETUPTOOLS_VERSION = "40.6.2"

_PIP_VERSION = "10.0.1"
_PIP_VERSION = "18.1"

_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION),
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update ensurepip to install pip 18.1 and setuptools 40.6.2.

0 comments on commit 8b9c33e

Please sign in to comment.