aboutsummaryrefslogtreecommitdiffstats
path: root/distribute_setup.py
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2013-05-14 08:57:03 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2013-05-14 08:57:03 +0200
commit219f11caed78d6cbbe0b0a1452a8ccd0ec3f8562 (patch)
tree74ea41ac3f3684fdd10723fc830e4ccdbb4e1c46 /distribute_setup.py
parent81968e6fa499c5b624c6352ba086d8f644c948b3 (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 f630bca4f..f9dc2d742 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.36"
+DEFAULT_VERSION = "0.6.39"
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
SETUPTOOLS_FAKED_VERSION = "0.6c11"