From 1b1b1789d022095266c83d4ce441ae6d096afbcd Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sat, 30 Nov 2013 15:56:58 +1000 Subject: Fix and test pip version consistency --- Lib/ensurepip/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/ensurepip/__init__.py') diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 0fdacdad66..1a644da634 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -12,7 +12,7 @@ __all__ = ["version", "bootstrap"] _SETUPTOOLS_VERSION = "1.3.2" -_PIP_VERSION = "1.5.rc1" +_PIP_VERSION = "1.5rc1" _PROJECTS = [ ("setuptools", _SETUPTOOLS_VERSION), -- cgit v1.2.1