diff options
author | PJ Eby <distutils-sig@python.org> | 2006-07-11 19:48:12 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2006-07-11 19:48:12 +0000 |
commit | ce302c2fd64918212760c27304b520f48833d1ae (patch) | |
tree | 6503761f9978164bdacd9ed380b900c9771154f5 /ez_setup.py | |
parent | 7486d707108cc5300bd86be4bf5916e3acc2ef87 (diff) | |
download | external_python_setuptools-ce302c2fd64918212760c27304b520f48833d1ae.tar.gz external_python_setuptools-ce302c2fd64918212760c27304b520f48833d1ae.tar.bz2 external_python_setuptools-ce302c2fd64918212760c27304b520f48833d1ae.zip |
Bump version #
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050590
Diffstat (limited to 'ez_setup.py')
-rwxr-xr-x | ez_setup.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py index a24cb151..8ea3bc7c 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.6b4" +DEFAULT_VERSION = "0.6c1" DEFAULT_URL = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3] md5_data = { @@ -24,6 +24,8 @@ md5_data = { 'setuptools-0.6b2-py2.4.egg': '4996a8d169d2be661fa32a6e52e4f82a', 'setuptools-0.6b3-py2.3.egg': 'bb31c0fc7399a63579975cad9f5a0618', 'setuptools-0.6b3-py2.4.egg': '38a8c6b3d6ecd22247f179f7da669fac', + 'setuptools-0.6b4-py2.3.egg': '62045a24ed4e1ebc77fe039aa4e6f7e5', + 'setuptools-0.6b4-py2.4.egg': '4cb2a185d228dacffb2d17f103b3b1c4', } import sys, os |