From fe508d1592df5bf22e98219ece3490dd1cc58d6e Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Tue, 7 Apr 2015 01:29:33 -0400 Subject: Upgrade pip to 6.1.0 and setuptools to 15.0 --- 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 9766247bcb..17a0078df8 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,9 +8,9 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "12.0.5" +_SETUPTOOLS_VERSION = "15.0" -_PIP_VERSION = "6.0.8" +_PIP_VERSION = "6.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) -- cgit v1.2.1