diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-15 08:19:20 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-15 08:19:20 -0400 |
commit | 6d69e5a0d777c6a564ec32f9b726da64f2a5ad9c (patch) | |
tree | b21c7d1c03d32e9ec5490500c7330c9e1515458f /ez_setup.py | |
parent | dd8c2936e235a91a62f5ee3a8045614184f0c108 (diff) | |
download | external_python_setuptools-6d69e5a0d777c6a564ec32f9b726da64f2a5ad9c.tar.gz external_python_setuptools-6d69e5a0d777c6a564ec32f9b726da64f2a5ad9c.tar.bz2 external_python_setuptools-6d69e5a0d777c6a564ec32f9b726da64f2a5ad9c.zip |
Bumped to 14.3 in preparation for next release.
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 913a4ceb..54283750 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -30,7 +30,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "14.2" +DEFAULT_VERSION = "14.3" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" DEFAULT_SAVE_DIR = os.curdir |