mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix and test pip version consistency
This commit is contained in:
parent
9730e33535
commit
1b1b1789d0
3 changed files with 4 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue