aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-09-27 09:40:48 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-09-27 09:40:48 -0400
commit977e98de5785333c945cd61e4e5878d4484fc4c9 (patch)
tree2300e51e29da1315212c80f70f2ff2547131d69a /ez_setup.py
parent84a4f9e884d4d173c7b1dbf076dcfb1b0232b261 (diff)
downloadexternal_python_setuptools-977e98de5785333c945cd61e4e5878d4484fc4c9.tar.gz
external_python_setuptools-977e98de5785333c945cd61e4e5878d4484fc4c9.tar.bz2
external_python_setuptools-977e98de5785333c945cd61e4e5878d4484fc4c9.zip
Bumped to 6.0.1 in preparation for next release.6.0.1
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 a693849f..e8157e49 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -36,7 +36,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "6.1"
+DEFAULT_VERSION = "6.0.1"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):