diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-20 16:08:27 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-20 16:08:27 -0400 |
commit | fcb4bf6759c8fa674d749f2129f833195cd50431 (patch) | |
tree | 392425aa326608dc1e55b4e99eb463d39eb74c5e /ez_setup.py | |
parent | 94a92f47c4b323c3897a83dae6b91f524f0e2c25 (diff) | |
download | external_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.py | 2 |
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 |