aboutsummaryrefslogtreecommitdiffstats
path: root/distribute_setup.py
diff options
context:
space:
mode:
authortarek <none@none>2009-12-12 15:17:59 +0100
committertarek <none@none>2009-12-12 15:17:59 +0100
commita5b407d7b04286168ffceb4c9f9d21bf0dffa41f (patch)
tree368241c212fa141065c78d0787c3013d12ee87be /distribute_setup.py
parenta9694bf0462f460f4b7c59cebc7d7b23fae28487 (diff)
downloadexternal_python_setuptools-a5b407d7b04286168ffceb4c9f9d21bf0dffa41f.tar.gz
external_python_setuptools-a5b407d7b04286168ffceb4c9f9d21bf0dffa41f.tar.bz2
external_python_setuptools-a5b407d7b04286168ffceb4c9f9d21bf0dffa41f.zip
fixed version in distribute_setup0.6.10
--HG-- branch : distribute extra : rebase_source : ae8e8ec713df64d370cfc30468775a287d641d50
Diffstat (limited to 'distribute_setup.py')
-rw-r--r--distribute_setup.py2
1 files changed, 1 insertions, 1 deletions
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"