Update setuptools to 2.0.2

This commit is contained in:
Donald Stufft 2013-12-31 06:52:47 -05:00
parent 73777c48dd
commit d9ddd3f9ba
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
__all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "2.0.1"
_SETUPTOOLS_VERSION = "2.0.2"
_PIP_VERSION = "1.5rc4"