From a5b407d7b04286168ffceb4c9f9d21bf0dffa41f Mon Sep 17 00:00:00 2001 From: tarek Date: Sat, 12 Dec 2009 15:17:59 +0100 Subject: fixed version in distribute_setup --HG-- branch : distribute extra : rebase_source : ae8e8ec713df64d370cfc30468775a287d641d50 --- distribute_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distribute_setup.py') diff --git a/distribute_setup.py b/distribute_setup.py index fac916e6..00213362 100644 --- a/distribute_setup.py +++ b/distribute_setup.py @@ -46,7 +46,7 @@ except ImportError: args = [quote(arg) for arg in args] return os.spawnl(os.P_WAIT, sys.executable, *args) == 0 -DEFAULT_VERSION = "0.6.9" +DEFAULT_VERSION = "0.6.10" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" SETUPTOOLS_FAKED_VERSION = "0.6c11" -- cgit v1.2.3