From 33a827678ea71b3586c8a60d76b8158ec4ac6f78 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Tue, 19 Jan 2016 20:13:51 -0500 Subject: Update pip to 8.0.0 and setuptools to 19.4 --- Lib/ensurepip/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Lib/ensurepip/__init__.py') diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 12588335d9..b293c725c7 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,9 +8,9 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "18.2" +_SETUPTOOLS_VERSION = "19.4" -_PIP_VERSION = "7.1.2" +_PIP_VERSION = "8.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) -- cgit v1.2.1