From 4b3ffd0acad68eabfb7d8fdd33631b824038955f Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Fri, 25 Jul 2008 14:45:09 +0000 Subject: [PATCH] Revert back to 0.6c6 as 0.6c8 is not needed --- ez_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ez_setup.py b/ez_setup.py index 148924df2..52497eb83 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -14,7 +14,7 @@ the appropriate options to ``use_setuptools()``. This file can also be run as a script to install or upgrade setuptools. """ import sys -DEFAULT_VERSION = "0.6c8" +DEFAULT_VERSION = "0.6c6" DEFAULT_URL = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3] md5_data = {