summaryrefslogtreecommitdiffstats
path: root/Lib/ensurepip/__init__.py
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2013-11-30 05:56:58 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2013-11-30 05:56:58 (GMT)
commit1b1b1789d022095266c83d4ce441ae6d096afbcd (patch)
tree16133236a49017a2aec274b70ca793703da12f49 /Lib/ensurepip/__init__.py
parent9730e335353b9cdb6f8016e27566ca7b43e42d09 (diff)
downloadcpython-1b1b1789d022095266c83d4ce441ae6d096afbcd.zip
cpython-1b1b1789d022095266c83d4ce441ae6d096afbcd.tar.gz
cpython-1b1b1789d022095266c83d4ce441ae6d096afbcd.tar.bz2
Fix and test pip version consistency
Diffstat (limited to 'Lib/ensurepip/__init__.py')
-rw-r--r--Lib/ensurepip/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 0fdacda..1a644da 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),