diff options
author | PJ Eby <distutils-sig@python.org> | 2005-07-12 05:32:05 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-07-12 05:32:05 +0000 |
commit | 9a9f104b716300e6b20e6501dd32d2f16030ec65 (patch) | |
tree | 951db00a6ac1c4d297684a022b75c268a36bb84b /setuptools.txt | |
parent | 3efcdec07fa19acd77cb3a5a38ef5052b509681a (diff) | |
download | external_python_setuptools-9a9f104b716300e6b20e6501dd32d2f16030ec65.tar.gz external_python_setuptools-9a9f104b716300e6b20e6501dd32d2f16030ec65.tar.bz2 external_python_setuptools-9a9f104b716300e6b20e6501dd32d2f16030ec65.zip |
Bump version #.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041118
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools.txt b/setuptools.txt index 5fb288b4..7090c7fb 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -64,7 +64,7 @@ Installing ``setuptools`` ========================= Windows users can just download and run the `setuptools binary installer for -Windows <http://peak.telecommunity.com/dist/setuptools-0.5a9.win32.exe>`_. +Windows <http://peak.telecommunity.com/dist/setuptools-0.5a10.win32.exe>`_. All others should just download `ez_setup.py`_ and run it; this will download and install the appropriate egg for your Python version. |