Update bundled pip to 1.5rc1

This commit is contained in:
Nick Coghlan 2013-11-22 23:32:24 +10:00
parent 8afc8f61f9
commit 0b61ef6f79
2 changed files with 1 additions and 1 deletions

View file

@ -12,7 +12,7 @@ __all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "1.3.2"
_PIP_VERSION = "1.5.dev1"
_PIP_VERSION = "1.5.rc1"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION),