aboutsummaryrefslogtreecommitdiffstats
path: root/distribute_setup.py
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2011-05-30 18:01:28 +0200
committerTarek Ziade <tarek@ziade.org>2011-05-30 18:01:28 +0200
commit0343339ddae02847a24ef3726eaf1df6789aa4a8 (patch)
treed46190140297dfdaa040bf2a4ad17879c7730ca4 /distribute_setup.py
parentdb34965623975ce24d9193dad5592924107f980d (diff)
downloadexternal_python_setuptools-0343339ddae02847a24ef3726eaf1df6789aa4a8.tar.gz
external_python_setuptools-0343339ddae02847a24ef3726eaf1df6789aa4a8.tar.bz2
external_python_setuptools-0343339ddae02847a24ef3726eaf1df6789aa4a8.zip
starting 0.6.18
--HG-- branch : distribute extra : rebase_source : ff71015f3fe27b69e34ec10d936ee605556c7e33
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 9f441067..33dfd81d 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.17"
+DEFAULT_VERSION = "0.6.18"
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
SETUPTOOLS_FAKED_VERSION = "0.6c11"