summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-07-18 02:06:30 +0000
committerPJ Eby <distutils-sig@python.org>2005-07-18 02:06:30 +0000
commitf7288a7f76db04584c4fbb43d86adfda29285e90 (patch)
treeb2e959367f8882dfc7c5f74e8aec4a7e81f3b641 /ez_setup.py
parentc7214855992b9657d6a490f46764ffaf4089c1cb (diff)
downloadpython-setuptools-git-f7288a7f76db04584c4fbb43d86adfda29285e90.tar.gz
Massive API refactoring; see setuptools.txt changelog for details. Also,
add ``#egg=project-version`` link support, and docs on how to make your package available for EasyInstall to find. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041136
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 bc78d5e4..8afb971c 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.5a13"
+DEFAULT_VERSION = "0.6a0"
DEFAULT_URL = "http://www.python.org/packages/source/s/setuptools/"
import sys, os