diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-06-25 19:33:06 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-06-25 19:33:06 +0000 |
| commit | 5ed7f988bca676d52388b7d0db6e540bfd1476f7 (patch) | |
| tree | 37245356c1f87d033af6b9a7ff633a14ad50bbf3 /ez_setup.py | |
| parent | 0fd80962ecc527dbb57ec6472559cdb90ecfe582 (diff) | |
| download | python-setuptools-git-5ed7f988bca676d52388b7d0db6e540bfd1476f7.tar.gz | |
0.5a3 bugfix release
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041072
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 a7ec250e..82cabb93 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.5a1" +DEFAULT_VERSION = "0.5a3" DEFAULT_URL = "http://peak.telecommunity.com/dist/" import sys, os |
