Commit 8b36dace authored by Donald Stufft's avatar Donald Stufft

Upgrade pip to 1.5rc2 and setuptools to 2.0.1

parent e40c0786
...@@ -10,9 +10,9 @@ import tempfile ...@@ -10,9 +10,9 @@ import tempfile
__all__ = ["version", "bootstrap"] __all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "1.3.2" _SETUPTOOLS_VERSION = "2.0.1"
_PIP_VERSION = "1.5rc1" _PIP_VERSION = "1.5rc2"
_PROJECTS = [ _PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION), ("setuptools", _SETUPTOOLS_VERSION),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment