diff options
author | PJ Eby <distutils-sig@python.org> | 2005-07-07 02:10:14 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-07-07 02:10:14 +0000 |
commit | 61d2fd1d71e8940531c35327e6d91c41ddcd9dbd (patch) | |
tree | 5f3939a5ca1432303ddaffde0e34e0f685c95015 /ez_setup.py | |
parent | 695ddfb6724e59a51d9e523ad3e51c21b2890129 (diff) | |
download | external_python_setuptools-61d2fd1d71e8940531c35327e6d91c41ddcd9dbd.tar.gz external_python_setuptools-61d2fd1d71e8940531c35327e6d91c41ddcd9dbd.tar.bz2 external_python_setuptools-61d2fd1d71e8940531c35327e6d91c41ddcd9dbd.zip |
Bump release version
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041089
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 247f06ab..a0367e22 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. """ -DEFAULT_VERSION = "0.5a5" +DEFAULT_VERSION = "0.5a6" DEFAULT_URL = "http://peak.telecommunity.com/dist/" import sys, os |