summaryrefslogtreecommitdiff
path: root/distribute_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2011-10-14 11:50:26 -0400
committerJason R. Coombs <jaraco@jaraco.com>2011-10-14 11:50:26 -0400
commit8372d395c718cf17a144eb6db314832eb86582e9 (patch)
tree295ceda2e4fb1b72fb846c2bedaec590482ec211 /distribute_setup.py
parentd5df4531433b2031186ed2a8b335892b3600912b (diff)
downloadpython-setuptools-git-8372d395c718cf17a144eb6db314832eb86582e9.tar.gz
Bumped to 0.6.24 in preparation for next release.
--HG-- branch : distribute extra : rebase_source : 91a4d836ff8a34f433a37f838ec78408ace2aee7
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 a1628449..b204902e 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.23"
+DEFAULT_VERSION = "0.6.24"
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
SETUPTOOLS_FAKED_VERSION = "0.6c11"