aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-07-22 22:57:09 +0200
committerJason R. Coombs <jaraco@jaraco.com>2013-07-22 22:57:09 +0200
commit429e83e9c0fb2b0cf4ba038dc4340367bef4e735 (patch)
treee0f26e8fdee517a907bde084e6e5fa9a893b0a80 /ez_setup.py
parentc7a99e2ccc7dedfd5beb04698abf05b216ab7460 (diff)
downloadexternal_python_setuptools-429e83e9c0fb2b0cf4ba038dc4340367bef4e735.tar.gz
external_python_setuptools-429e83e9c0fb2b0cf4ba038dc4340367bef4e735.tar.bz2
external_python_setuptools-429e83e9c0fb2b0cf4ba038dc4340367bef4e735.zip
Bumped to 0.9.8 in preparation for next release.
Diffstat (limited to 'ez_setup.py')
-rw-r--r--ez_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py
index 55434eb7..8f11fa2f 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -28,7 +28,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "0.9.7"
+DEFAULT_VERSION = "0.9.8"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):