mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Upgrade pip to 1.5rc2 and setuptools to 2.0.1
This commit is contained in:
parent
e40c078627
commit
8b36dace41
4 changed files with 2 additions and 2 deletions
|
|
@ -10,9 +10,9 @@ import tempfile
|
|||
__all__ = ["version", "bootstrap"]
|
||||
|
||||
|
||||
_SETUPTOOLS_VERSION = "1.3.2"
|
||||
_SETUPTOOLS_VERSION = "2.0.1"
|
||||
|
||||
_PIP_VERSION = "1.5rc1"
|
||||
_PIP_VERSION = "1.5rc2"
|
||||
|
||||
_PROJECTS = [
|
||||
("setuptools", _SETUPTOOLS_VERSION),
|
||||
|
|
|
|||
Binary file not shown.
BIN
Lib/ensurepip/_bundled/pip-1.5rc2-py2.py3-none-any.whl
Normal file
BIN
Lib/ensurepip/_bundled/pip-1.5rc2-py2.py3-none-any.whl
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue