aboutsummaryrefslogtreecommitdiffstats
path: root/distribute_setup.py
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2010-05-06 23:14:00 +0200
committerTarek Ziade <tarek@ziade.org>2010-05-06 23:14:00 +0200
commitde6e3bcc3c77bff17a6609b31bc1b6a9212bbd88 (patch)
tree00c05b9576eec4cd7d8c6ca682d9b8dc8949fdea /distribute_setup.py
parentf87d68ef3b1c349dc40b4b3de9e3a2956bce934d (diff)
downloadexternal_python_setuptools-de6e3bcc3c77bff17a6609b31bc1b6a9212bbd88.tar.gz
external_python_setuptools-de6e3bcc3c77bff17a6609b31bc1b6a9212bbd88.tar.bz2
external_python_setuptools-de6e3bcc3c77bff17a6609b31bc1b6a9212bbd88.zip
raised the revision
--HG-- branch : distribute extra : rebase_source : 294117170d32ada89385db57b12e25ab2fbb8523
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 4f7bd08c..3cb043e2 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.12"
+DEFAULT_VERSION = "0.6.13"
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
SETUPTOOLS_FAKED_VERSION = "0.6c11"