diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2013-11-30 05:56:58 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2013-11-30 05:56:58 (GMT) |
commit | 1b1b1789d022095266c83d4ce441ae6d096afbcd (patch) | |
tree | 16133236a49017a2aec274b70ca793703da12f49 /Lib/ensurepip | |
parent | 9730e335353b9cdb6f8016e27566ca7b43e42d09 (diff) | |
download | cpython-1b1b1789d022095266c83d4ce441ae6d096afbcd.zip cpython-1b1b1789d022095266c83d4ce441ae6d096afbcd.tar.gz cpython-1b1b1789d022095266c83d4ce441ae6d096afbcd.tar.bz2 |
Fix and test pip version consistency
Diffstat (limited to 'Lib/ensurepip')
-rw-r--r-- | Lib/ensurepip/__init__.py | 2 | ||||
-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) | bin | 931600 -> 931600 bytes |
2 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), 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 Binary files differindex 6418895..6418895 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 |