Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe508d1

Browse files
committed
Upgrade pip to 6.1.0 and setuptools to 15.0
1 parent 6fbeae4 commit fe508d1

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
@@ -8,9 +8,9 @@
88
__all__ = ["version", "bootstrap"]
99

1010

11-
_SETUPTOOLS_VERSION = "12.0.5"
11+
_SETUPTOOLS_VERSION = "15.0"
1212

13-
_PIP_VERSION = "6.0.8"
13+
_PIP_VERSION = "6.1.0"
1414

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

Lib/ensurepip/_bundled/setuptools-12.0.5-py2.py3-none-any.whl renamed to Lib/ensurepip/_bundled/setuptools-15.0-py2.py3-none-any.whl

491 KB
Binary file not shown.

0 commit comments

Comments
 (0)