Fix and test pip version consistency

This commit is contained in:
Nick Coghlan 2013-11-30 15:56:58 +10:00
parent 9730e33535
commit 1b1b1789d0
3 changed files with 4 additions and 2 deletions

View file

@ -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),