Skip to content

Commit

Permalink
Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184)
Browse files Browse the repository at this point in the history
(cherry picked from commit d93b516)

Co-authored-by: Donald Stufft <donald@stufft.io>
  • Loading branch information
miss-islington and dstufft committed Mar 22, 2018
1 parent 7abf343 commit 560ea27
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/ensurepip/__init__.py
Expand Up @@ -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),
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 560ea27

Please sign in to comment.