diff options
author | PJ Eby <distutils-sig@python.org> | 2005-07-08 15:52:05 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-07-08 15:52:05 +0000 |
commit | 82b1c266a8a07292eed2419b1177db78785b1ae4 (patch) | |
tree | 6c7fe0b0f474a7b2d5d4e3c5f31a6c145027e400 /ez_setup.py | |
parent | d798d6943f81d938581c37b431b141b013678021 (diff) | |
download | external_python_setuptools-82b1c266a8a07292eed2419b1177db78785b1ae4.tar.gz external_python_setuptools-82b1c266a8a07292eed2419b1177db78785b1ae4.tar.bz2 external_python_setuptools-82b1c266a8a07292eed2419b1177db78785b1ae4.zip |
Doc and other updates for 0.5a8 release. Add project aliases for source
and binary register+upload.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041100
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 e7440aa9..0b240bd7 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.5a7" +DEFAULT_VERSION = "0.5a8" DEFAULT_URL = "http://www.python.org/packages/source/s/setuptools/" import sys, os |