diff options
author | Donald Stufft <donald@stufft.io> | 2015-07-01 15:30:50 (GMT) |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2015-07-01 15:30:50 (GMT) |
commit | fe6399e894413d292a29f870fdbe5f36f01db68b (patch) | |
tree | b58f55ece7e171fad205fba495c4f92b08fa91b2 /Lib/ensurepip/__init__.py | |
parent | 05744ac6e0948cbd6a50fc03a239a5402abceb14 (diff) | |
download | cpython-fe6399e894413d292a29f870fdbe5f36f01db68b.zip cpython-fe6399e894413d292a29f870fdbe5f36f01db68b.tar.gz cpython-fe6399e894413d292a29f870fdbe5f36f01db68b.tar.bz2 |
Update setuptools to 18.0.1 and pip to 7.1.0
Diffstat (limited to 'Lib/ensurepip/__init__.py')
-rw-r--r-- | Lib/ensurepip/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 027b733..9bf3e12 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,9 +8,9 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "17.0" +_SETUPTOOLS_VERSION = "18.0.1" -_PIP_VERSION = "7.0.3" +_PIP_VERSION = "7.1.0" # pip currently requires ssl support, so we try to provide a nicer # error message when that is missing (http://bugs.python.org/issue19744) |