summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-06-15 02:23:48 +0000
committerPJ Eby <distutils-sig@python.org>2005-06-15 02:23:48 +0000
commite1c7fa0bf7a006df03eaa17c8732ebb0afdbf334 (patch)
tree9ef6012a9f15c0761b22a1d2a8169543f49b3ab3 /ez_setup.py
parent6be27459dd24f47879bff98cf36fd251021deed3 (diff)
downloadpython-setuptools-bitbucket-e1c7fa0bf7a006df03eaa17c8732ebb0afdbf334.tar.gz
Add support for installing from .win32.exe's created by distutils (by
converting them to eggs). Bump version to 0.5a1.
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 c59baf06..a7ec250e 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.4a4"
+DEFAULT_VERSION = "0.5a1"
DEFAULT_URL = "http://peak.telecommunity.com/dist/"
import sys, os