diff options
| author | PJ Eby <distutils-sig@python.org> | 2006-03-30 00:38:43 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2006-03-30 00:38:43 +0000 |
| commit | 14ddd20c778df4c387bd8fa3a03f146070e60b32 (patch) | |
| tree | 97f40c273bc3daf41f082fa343a0d46769f53183 /ez_setup.py | |
| parent | c5f7e2189402dc267d8ea3067a1e1d81c84bf9c7 (diff) | |
| download | python-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-x | ez_setup.py | 2 |
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 = { |
