diff options
author | PJ Eby <distutils-sig@python.org> | 2007-09-26 17:04:48 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2007-09-26 17:04:48 +0000 |
commit | 85ee3531269270d7810ac83487074b4c97215e45 (patch) | |
tree | 3e434958a706cc11fe6d198e78f38a13544392a8 /ez_setup.py | |
parent | 9a85e27d37de119928325f879b35e69eb074bd81 (diff) | |
download | external_python_setuptools-85ee3531269270d7810ac83487074b4c97215e45.tar.gz external_python_setuptools-85ee3531269270d7810ac83487074b4c97215e45.tar.bz2 external_python_setuptools-85ee3531269270d7810ac83487074b4c97215e45.zip |
Bump version.
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4058258
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 9e9b2816..11def6ab 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. """ import sys -DEFAULT_VERSION = "0.6c7" +DEFAULT_VERSION = "0.6c8" DEFAULT_URL = "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3] md5_data = { |