summaryrefslogtreecommitdiff
path: root/Lib/ensurepip
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2013-11-30 15:56:58 +1000
committerNick Coghlan <ncoghlan@gmail.com>2013-11-30 15:56:58 +1000
commit1b1b1789d022095266c83d4ce441ae6d096afbcd (patch)
tree16133236a49017a2aec274b70ca793703da12f49 /Lib/ensurepip
parent9730e335353b9cdb6f8016e27566ca7b43e42d09 (diff)
downloadcpython-git-1b1b1789d022095266c83d4ce441ae6d096afbcd.tar.gz
Fix and test pip version consistency
Diffstat (limited to 'Lib/ensurepip')
-rw-r--r--Lib/ensurepip/__init__.py2
-rw-r--r--Lib/ensurepip/_bundled/pip-1.5rc1-py2.py3-none-any.whl (renamed from Lib/ensurepip/_bundled/pip-1.5.rc1-py2.py3-none-any.whl)bin931600 -> 931600 bytes
2 files changed, 1 insertions, 1 deletions
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),
diff --git a/Lib/ensurepip/_bundled/pip-1.5.rc1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-1.5rc1-py2.py3-none-any.whl
index 6418895a58..6418895a58 100644
--- a/Lib/ensurepip/_bundled/pip-1.5.rc1-py2.py3-none-any.whl
+++ b/Lib/ensurepip/_bundled/pip-1.5rc1-py2.py3-none-any.whl
Binary files differ