summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-06-25 19:33:06 +0000
committerPJ Eby <distutils-sig@python.org>2005-06-25 19:33:06 +0000
commit6b635c73040e7e5a020d5c9feb03e1cdcbecbc10 (patch)
tree37245356c1f87d033af6b9a7ff633a14ad50bbf3 /ez_setup.py
parentd1783d397a4d9961eb399a812e0c93f58cb79525 (diff)
downloadpython-setuptools-bitbucket-6b635c73040e7e5a020d5c9feb03e1cdcbecbc10.tar.gz
0.5a3 bugfix release
Diffstat (limited to 'ez_setup.py')
-rwxr-xr-xez_setup.py2
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