aboutsummaryrefslogtreecommitdiffstats
path: root/distribute_setup.py
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2013-05-28 12:10:21 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2013-05-28 12:10:21 +0200
commit26b16434a7471f5e16f1ac0b3b2140841eb10430 (patch)
tree193233e6a5de7abcb58d09b50b0e8dfca70ec9d4 /distribute_setup.py
parent8bcb735daefa028d7c619284833c2f1ffb021eb1 (diff)
Update distribute_setup to latest version
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 f9dc2d742..cb9335605 100644
--- a/distribute_setup.py
+++ b/distribute_setup.py
@@ -49,7 +49,7 @@ except ImportError:
args = [quote(arg) for arg in args]
return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
-DEFAULT_VERSION = "0.6.39"
+DEFAULT_VERSION = "0.6.43"
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
SETUPTOOLS_FAKED_VERSION = "0.6c11"