aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-12-29 09:48:10 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-12-29 09:48:10 -0500
commit2f970dc0ee4d4cef77d12901108944ae157391a4 (patch)
tree4d644696031c2bc3a310954e835a58c0b4487c8c /ez_setup.py
parent6ffe59f9d87f66c53c33e96d7206e91eebe3356f (diff)
downloadexternal_python_setuptools-2f970dc0ee4d4cef77d12901108944ae157391a4.tar.gz
external_python_setuptools-2f970dc0ee4d4cef77d12901108944ae157391a4.tar.bz2
external_python_setuptools-2f970dc0ee4d4cef77d12901108944ae157391a4.zip
Bumped to 9.0.2 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 44c6551a..85697d3e 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -36,7 +36,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "9.0.1"
+DEFAULT_VERSION = "9.0.2"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):