diff options
author | pje <pje@6015fed2-1504-0410-9fe1-9d1591cc4771> | 2005-07-12 16:09:00 +0000 |
---|---|---|
committer | pje <pje@6015fed2-1504-0410-9fe1-9d1591cc4771> | 2005-07-12 16:09:00 +0000 |
commit | eb7af1f153af97af9211fbb45366fb9555ce8f4e (patch) | |
tree | 6f4d5cdd1a3ba0930c4e13ba62df1492dcc7219c /ez_setup.py | |
parent | c2a04cbdbf3ab8b975080bd081e4152a776fa178 (diff) | |
download | python-setuptools-eb7af1f153af97af9211fbb45366fb9555ce8f4e.tar.gz |
Fix breakage of the "develop" command that was caused by the addition of
``--always-unzip`` to the ``easy_install`` command. Bump version for bug
fix release.
git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@41120 6015fed2-1504-0410-9fe1-9d1591cc4771
Diffstat (limited to 'ez_setup.py')
-rwxr-xr-x | ez_setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py index f6d7909..083acb7 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.5a10" +DEFAULT_VERSION = "0.5a11" DEFAULT_URL = "http://www.python.org/packages/source/s/setuptools/" import sys, os |