aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortarek <none@none>2009-09-12 09:06:05 +0200
committertarek <none@none>2009-09-12 09:06:05 +0200
commit4fba5767d7d1d844ba0c27d0e3bb0931b621d8bd (patch)
tree675d6a0e0b94ad4ea2f9317689b8fe6cb64d94b7
parent299a9d2f356de19fc6df0952655c79817aa2c1b1 (diff)
downloadexternal_python_setuptools-4fba5767d7d1d844ba0c27d0e3bb0931b621d8bd.tar.gz
external_python_setuptools-4fba5767d7d1d844ba0c27d0e3bb0931b621d8bd.tar.bz2
external_python_setuptools-4fba5767d7d1d844ba0c27d0e3bb0931b621d8bd.zip
next version is 0.6.2
--HG-- branch : distribute extra : rebase_source : 211d56770b60fcb1f69b75b25472440e814106c3
-rw-r--r--distribute_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/distribute_setup.py b/distribute_setup.py
index 060795ee..e554c9cb 100644
--- a/distribute_setup.py
+++ b/distribute_setup.py
@@ -26,7 +26,7 @@ from distutils import log
import subprocess
IS_JYTHON = sys.platform.startswith('java')
-DEFAULT_VERSION = "0.6.1"
+DEFAULT_VERSION = "0.6.2"
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
def quote(c):