aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-12-30 11:05:51 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-12-30 11:05:51 -0500
commitb84228bc44ec5e26b576e1e74d1c95630189f9b8 (patch)
tree621b236d7f949c3a51196e5ef0bdbdc2f3d92187 /ez_setup.py
parent7c528325aa4644e2bb94eef2de8783c709cb5d6d (diff)
downloadexternal_python_setuptools-b84228bc44ec5e26b576e1e74d1c95630189f9b8.tar.gz
external_python_setuptools-b84228bc44ec5e26b576e1e74d1c95630189f9b8.tar.bz2
external_python_setuptools-b84228bc44ec5e26b576e1e74d1c95630189f9b8.zip
Bumped to 10.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 07c04ce8..5d5a723a 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -36,7 +36,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "10.0"
+DEFAULT_VERSION = "10.1"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):