aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-03-20 16:08:27 -0400
committerJason R. Coombs <jaraco@jaraco.com>2015-03-20 16:08:27 -0400
commitfcb4bf6759c8fa674d749f2129f833195cd50431 (patch)
tree392425aa326608dc1e55b4e99eb463d39eb74c5e /ez_setup.py
parent94a92f47c4b323c3897a83dae6b91f524f0e2c25 (diff)
downloadexternal_python_setuptools-fcb4bf6759c8fa674d749f2129f833195cd50431.tar.gz
external_python_setuptools-fcb4bf6759c8fa674d749f2129f833195cd50431.tar.bz2
external_python_setuptools-fcb4bf6759c8fa674d749f2129f833195cd50431.zip
Bumped to 14.3.1 in preparation for next release.14.3.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 c8549761..0dab29fc 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -30,7 +30,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "14.4"
+DEFAULT_VERSION = "14.3.1"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
DEFAULT_SAVE_DIR = os.curdir