summaryrefslogtreecommitdiff
path: root/distribute_setup.py
diff options
context:
space:
mode:
authortarek <none@none>2009-11-01 20:21:40 +0100
committertarek <none@none>2009-11-01 20:21:40 +0100
commitf7a2000adabf8cca6bc691b6c946ccdbb0c81749 (patch)
tree115e152c3fb734537132088e6cc3b31247921f2d /distribute_setup.py
parentac52a1f3984ce1c198a1ba4118611be3083ea5e3 (diff)
downloadpython-setuptools-git-f7a2000adabf8cca6bc691b6c946ccdbb0c81749.tar.gz
started 0.6.9
--HG-- branch : distribute extra : rebase_source : 2064f9b14f740b9dbd4bcfa61584d3667471d8d2
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 cfb3bbef..797a8d5c 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.8"
+DEFAULT_VERSION = "0.6.9"
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
SETUPTOOLS_PKG_INFO = """\
Metadata-Version: 1.0