aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-12-29 13:15:00 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-12-29 13:15:00 -0500
commita87a4245eca468d09b69ca078f7105c38e03405b (patch)
tree294a79e2f43ec71e3535919b944287f5fec7ff90 /ez_setup.py
parent03a6fe16d7de9ff44ca38f2c5beb807e4733e5a0 (diff)
downloadexternal_python_setuptools-a87a4245eca468d09b69ca078f7105c38e03405b.tar.gz
external_python_setuptools-a87a4245eca468d09b69ca078f7105c38e03405b.tar.bz2
external_python_setuptools-a87a4245eca468d09b69ca078f7105c38e03405b.zip
Bumped to 9.1 in preparation for next release.9.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 85697d3e..45432ab0 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -36,7 +36,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "9.0.2"
+DEFAULT_VERSION = "9.1"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):