aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-09-27 09:41:26 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-09-27 09:41:26 -0400
commitb08527744e3f6cec0412a5de5cae9837e403061a (patch)
tree50f986e858c4fa47c634029e11ad9265d8e67a0f /ez_setup.py
parent3fb5d0ea96856387fc36603bc3a4d5b5fee2597c (diff)
downloadexternal_python_setuptools-b08527744e3f6cec0412a5de5cae9837e403061a.tar.gz
external_python_setuptools-b08527744e3f6cec0412a5de5cae9837e403061a.tar.bz2
external_python_setuptools-b08527744e3f6cec0412a5de5cae9837e403061a.zip
Bumped to 6.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 e8157e49..c5d85d37 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -36,7 +36,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "6.0.1"
+DEFAULT_VERSION = "6.0.2"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):