summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2006-03-30 00:38:43 +0000
committerPJ Eby <distutils-sig@python.org>2006-03-30 00:38:43 +0000
commit14ddd20c778df4c387bd8fa3a03f146070e60b32 (patch)
tree97f40c273bc3daf41f082fa343a0d46769f53183 /ez_setup.py
parentc5f7e2189402dc267d8ea3067a1e1d81c84bf9c7 (diff)
downloadpython-setuptools-git-14ddd20c778df4c387bd8fa3a03f146070e60b32.tar.gz
Bump version to 0.6a12dev... but hopefully it will in fact be 0.6b1.
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4043434
Diffstat (limited to 'ez_setup.py')
-rwxr-xr-xez_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py
index c4597842..3b0a79c5 100755
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -14,7 +14,7 @@ the appropriate options to ``use_setuptools()``.
This file can also be run as a script to install or upgrade setuptools.
"""
import sys
-DEFAULT_VERSION = "0.6a11"
+DEFAULT_VERSION = "0.6a12"
DEFAULT_URL = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3]
md5_data = {