aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-12-28 20:58:04 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-12-28 20:58:04 -0500
commiteba2f2e7cd3b4f6c83e20eb796dd4605135f25fb (patch)
tree440b27f75c92ffe8fe569581b8ad75e93c568663 /ez_setup.py
parentb3f62d9d1962f3a40f0f29dee24e43985a160372 (diff)
downloadexternal_python_setuptools-eba2f2e7cd3b4f6c83e20eb796dd4605135f25fb.tar.gz
external_python_setuptools-eba2f2e7cd3b4f6c83e20eb796dd4605135f25fb.tar.bz2
external_python_setuptools-eba2f2e7cd3b4f6c83e20eb796dd4605135f25fb.zip
Bumped to 9.1 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 257ccd91..45432ab0 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -36,7 +36,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "9.0"
+DEFAULT_VERSION = "9.1"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):