aboutsummaryrefslogtreecommitdiffstats
path: root/distribute_setup.py
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-07-22 10:24:57 +0100
committerJannis Leidel <jannis@leidel.info>2010-07-22 10:24:57 +0100
commit72f0285dcb95a9026424b5bd06a284fde4daa677 (patch)
treeba466befbdc25116a5dc4e65129f9f8363ec2c10 /distribute_setup.py
parent1e31cb66948b5306364b453bccada467408870ec (diff)
downloadexternal_python_setuptools-72f0285dcb95a9026424b5bd06a284fde4daa677.tar.gz
external_python_setuptools-72f0285dcb95a9026424b5bd06a284fde4daa677.tar.bz2
external_python_setuptools-72f0285dcb95a9026424b5bd06a284fde4daa677.zip
Updated bootstrapper to 0.6.14.
--HG-- branch : distribute extra : rebase_source : 2d0c527df431d597a265a5e3311c64560099ef38
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 37117b34..3ea2e667 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.13"
+DEFAULT_VERSION = "0.6.14"
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
SETUPTOOLS_FAKED_VERSION = "0.6c11"