aboutsummaryrefslogtreecommitdiffstats
path: root/distribute_setup.py
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2010-05-06 17:47:03 +0200
committerTarek Ziade <tarek@ziade.org>2010-05-06 17:47:03 +0200
commit43329058964f3021d997b8e2b35d3fec913e7692 (patch)
treeb4771e0b0ef506ccedd8ea7a2857af1aa6985d4f /distribute_setup.py
parent2f739b228bd633ac7281e8a2cc91eaf35212fe7a (diff)
downloadexternal_python_setuptools-43329058964f3021d997b8e2b35d3fec913e7692.tar.gz
external_python_setuptools-43329058964f3021d997b8e2b35d3fec913e7692.tar.bz2
external_python_setuptools-43329058964f3021d997b8e2b35d3fec913e7692.zip
starting 0.6.12
--HG-- branch : distribute extra : rebase_source : 206e8a982bbd49a697579b98d6728a0a61bfd31c
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 3c23affa..4f7bd08c 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.11"
+DEFAULT_VERSION = "0.6.12"
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
SETUPTOOLS_FAKED_VERSION = "0.6c11"