aboutsummaryrefslogtreecommitdiffstats
path: root/distribute_setup.py
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2011-08-20 12:02:34 +0200
committerTarek Ziade <tarek@ziade.org>2011-08-20 12:02:34 +0200
commitb11523cfc567b2be5d0a56b954541d747bced9fe (patch)
treef00fb94a0365167bd2689feaaf8e407e88b259fe /distribute_setup.py
parentaad36d610b0d3b9778e1fe53fd3a1aefe5da2e71 (diff)
downloadexternal_python_setuptools-b11523cfc567b2be5d0a56b954541d747bced9fe.tar.gz
external_python_setuptools-b11523cfc567b2be5d0a56b954541d747bced9fe.tar.bz2
external_python_setuptools-b11523cfc567b2be5d0a56b954541d747bced9fe.zip
starting 0.6.22 dev
--HG-- branch : distribute extra : rebase_source : 14a38f62c8faf493b64102b7e21244048edea5be
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 5a95c927..2ee0f124 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.21"
+DEFAULT_VERSION = "0.6.22"
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
SETUPTOOLS_FAKED_VERSION = "0.6c11"