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 | 6b635c73040e7e5a020d5c9feb03e1cdcbecbc10 (patch) | |
| tree | 37245356c1f87d033af6b9a7ff633a14ad50bbf3 /ez_setup.py | |
| parent | d1783d397a4d9961eb399a812e0c93f58cb79525 (diff) | |
| download | python-setuptools-bitbucket-6b635c73040e7e5a020d5c9feb03e1cdcbecbc10.tar.gz | |
0.5a3 bugfix release
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 |
