diff options
author | PJ Eby <distutils-sig@python.org> | 2005-06-14 15:48:44 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-06-14 15:48:44 +0000 |
commit | d4efc98aded77e7d2fa8597412f5a05be8760c60 (patch) | |
tree | f63f7e2399b530b03c24b36fb54584d16ad3d820 /ez_setup.py | |
parent | 8a1ba5d6cdaa0318c4f3fc5de1ae4d092d58003e (diff) | |
download | external_python_setuptools-d4efc98aded77e7d2fa8597412f5a05be8760c60.tar.gz external_python_setuptools-d4efc98aded77e7d2fa8597412f5a05be8760c60.tar.bz2 external_python_setuptools-d4efc98aded77e7d2fa8597412f5a05be8760c60.zip |
Bump version # for release.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041065
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 4cf4c549..887c4dcc 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.4a3" +DEFAULT_VERSION = "0.4a4" DEFAULT_URL = "http://peak.telecommunity.com/dist/" import sys, os |