aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-06-14 01:31:19 +0000
committerPJ Eby <distutils-sig@python.org>2005-06-14 01:31:19 +0000
commit04a9039344c8031035d35523badc6d2ec890ea14 (patch)
treec512b5826afd964cd5e1e0b3e3125e4b8811c986 /ez_setup.py
parent0c5da9d627f035a365b94d43991db79b5d69efcf (diff)
downloadexternal_python_setuptools-04a9039344c8031035d35523badc6d2ec890ea14.tar.gz
external_python_setuptools-04a9039344c8031035d35523badc6d2ec890ea14.tar.bz2
external_python_setuptools-04a9039344c8031035d35523badc6d2ec890ea14.zip
Oops, forgot to bump a version number.
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041060
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 f18ab799..4cf4c549 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.4a2"
+DEFAULT_VERSION = "0.4a3"
DEFAULT_URL = "http://peak.telecommunity.com/dist/"
import sys, os