Skip to content

Commit 2607e65

Browse files
committed
Upgrade pip to 7.0 and setuptools to 16.0
1 parent 9d6a294 commit 2607e65

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "15.2"
15+
_SETUPTOOLS_VERSION = "16.0"
1616

17-
_PIP_VERSION = "6.1.1"
17+
_PIP_VERSION = "7.0.0"
1818

1919
# pip currently requires ssl support, so we try to provide a nicer
2020
# error message when that is missing (http://bugs.python.org/issue19744)
1.07 MB
Binary file not shown.

Lib/ensurepip/_bundled/setuptools-15.2-py2.py3-none-any.whl renamed to Lib/ensurepip/_bundled/setuptools-16.0-py2.py3-none-any.whl

490 KB
Binary file not shown.

0 commit comments

Comments
 (0)