diff options
author | Donald Stufft <donald@stufft.io> | 2015-05-22 04:39:22 (GMT) |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2015-05-22 04:39:22 (GMT) |
commit | df9ba3623a1fcb745199b723ffd68e63f7a31153 (patch) | |
tree | fa7930b466b598ea70a3082c24c810916e4fce8d /Lib/ensurepip/__init__.py | |
parent | bf341fb5f6016ca5c79cee01211631ab5a01c5cf (diff) | |
download | cpython-df9ba3623a1fcb745199b723ffd68e63f7a31153.zip cpython-df9ba3623a1fcb745199b723ffd68e63f7a31153.tar.gz cpython-df9ba3623a1fcb745199b723ffd68e63f7a31153.tar.bz2 |
Upgrade pip to 7.0 and setuptools to 16.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 7912053..16e0eee 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,9 +8,9 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "15.2" +_SETUPTOOLS_VERSION = "16.0" -_PIP_VERSION = "6.1.1" +_PIP_VERSION = "7.0.0" # pip currently requires ssl support, so we try to provide a nicer # error message when that is missing (http://bugs.python.org/issue19744) |