Upgrade pip to 1.5rc2 and setuptools to 2.0.1

This commit is contained in:
Donald Stufft 2013-12-20 19:03:18 -05:00
parent e40c078627
commit 8b36dace41
4 changed files with 2 additions and 2 deletions

View File

@ -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.