aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-03-06 17:30:46 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-03-06 17:30:46 -0500
commit45bf0df21a53809a891ea5bb45e5407a2ebb5e02 (patch)
treed760a410a769a44724675d953612ee54560e9d72 /ez_setup.py
parent761473c7f30b8df3872416357224174ba8b654a8 (diff)
downloadexternal_python_setuptools-45bf0df21a53809a891ea5bb45e5407a2ebb5e02.tar.gz
external_python_setuptools-45bf0df21a53809a891ea5bb45e5407a2ebb5e02.tar.bz2
external_python_setuptools-45bf0df21a53809a891ea5bb45e5407a2ebb5e02.zip
Bumped to 14.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 a1d95ac2..3374c36f 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -30,7 +30,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "14.0"
+DEFAULT_VERSION = "14.1"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
DEFAULT_SAVE_DIR = os.curdir