Upgrade setuptools to 7.0

This commit is contained in:
Donald Stufft 2014-11-11 10:53:50 -05:00
parent 8aaff54db3
commit 3ecc8dbdcd
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import tempfile
__all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "3.6"
_SETUPTOOLS_VERSION = "7.0"
_PIP_VERSION = "1.5.6"