Upgrade setuptools to 15.2

This commit is contained in:
Donald Stufft 2015-05-08 21:30:04 -04:00
parent cd797f9191
commit b0fc24bff4
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import tempfile
__all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "15.0"
_SETUPTOOLS_VERSION = "15.2"
_PIP_VERSION = "6.1.1"