aboutsummaryrefslogtreecommitdiffstats
path: root/distribute_setup.py
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2011-06-02 02:12:54 +0200
committerTarek Ziade <tarek@ziade.org>2011-06-02 02:12:54 +0200
commite46e9743081ec738c970931c8dbfa3de8a8ebff7 (patch)
tree5e2ee29c9ea2041f7ef880cc2d116ef321a28134 /distribute_setup.py
parent323679aa633452abb46f1618c7bc8bfa3121ef2a (diff)
downloadexternal_python_setuptools-e46e9743081ec738c970931c8dbfa3de8a8ebff7.tar.gz
external_python_setuptools-e46e9743081ec738c970931c8dbfa3de8a8ebff7.tar.bz2
external_python_setuptools-e46e9743081ec738c970931c8dbfa3de8a8ebff7.zip
starting 0.6.20
--HG-- branch : distribute extra : rebase_source : f5cf2fdcae5a8895f0218fddd57e0496d302d919
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 bbb6f3c2..22c2d65f 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.19"
+DEFAULT_VERSION = "0.6.20"
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
SETUPTOOLS_FAKED_VERSION = "0.6c11"