aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-04-03 18:26:41 -0400
committerJason R. Coombs <jaraco@jaraco.com>2015-04-03 18:26:41 -0400
commit56e49ec7d8b1c9fd7f2c36d041a87bb756baa2a3 (patch)
treed20c0ecc798ca3cfe951088207e0870190a402c1 /ez_setup.py
parent9e41a767df241615b024236f579bb62673f9f4a7 (diff)
downloadexternal_python_setuptools-56e49ec7d8b1c9fd7f2c36d041a87bb756baa2a3.tar.gz
external_python_setuptools-56e49ec7d8b1c9fd7f2c36d041a87bb756baa2a3.tar.bz2
external_python_setuptools-56e49ec7d8b1c9fd7f2c36d041a87bb756baa2a3.zip
Bumped to 15.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 a3e69dc1..36ea3c24 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -30,7 +30,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "15.0"
+DEFAULT_VERSION = "15.1"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
DEFAULT_SAVE_DIR = os.curdir