Upgrade pip to 1.5rc2 and setuptools to 2.0.1
This commit is contained in:
parent
e40c078627
commit
8b36dace41
|
@ -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.
Binary file not shown.
Loading…
Reference in New Issue