Update setuptools to 11.3.1

This commit is contained in:
Donald Stufft 2015-01-11 15:51:11 -05:00
parent 73dd030c8b
commit d9fe22ce9b
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import tempfile
__all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "11.0"
_SETUPTOOLS_VERSION = "11.3.1"
_PIP_VERSION = "6.0.6"