diff options
author | Donald Stufft <donald@stufft.io> | 2015-01-11 20:49:22 (GMT) |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2015-01-11 20:49:22 (GMT) |
commit | 6022f38dd80945ed512f3f8440e0220afebc2a3e (patch) | |
tree | dfef220617f8fd798a779f9007d9ba433966d561 | |
parent | a8efb6b080d1066fc3cc4bf186ab410ee33cb652 (diff) | |
download | cpython-6022f38dd80945ed512f3f8440e0220afebc2a3e.zip cpython-6022f38dd80945ed512f3f8440e0220afebc2a3e.tar.gz cpython-6022f38dd80945ed512f3f8440e0220afebc2a3e.tar.bz2 |
Bump setuptools to 11.3.1
-rw-r--r-- | Lib/ensurepip/__init__.py | 2 | ||||
-rw-r--r-- | Lib/ensurepip/_bundled/setuptools-11.3.1-py2.py3-none-any.whl (renamed from Lib/ensurepip/_bundled/setuptools-11.0-py2.py3-none-any.whl) | bin | 498164 -> 500312 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index a535f8b..45c89cc 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -12,7 +12,7 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "11.0" +_SETUPTOOLS_VERSION = "11.3.1" _PIP_VERSION = "6.0.6" diff --git a/Lib/ensurepip/_bundled/setuptools-11.0-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-11.3.1-py2.py3-none-any.whl Binary files differindex ceeaa3c..6892ff8 100644 --- a/Lib/ensurepip/_bundled/setuptools-11.0-py2.py3-none-any.whl +++ b/Lib/ensurepip/_bundled/setuptools-11.3.1-py2.py3-none-any.whl |