diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-06 17:30:46 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-06 17:30:46 -0500 |
commit | 45bf0df21a53809a891ea5bb45e5407a2ebb5e02 (patch) | |
tree | d760a410a769a44724675d953612ee54560e9d72 /ez_setup.py | |
parent | 761473c7f30b8df3872416357224174ba8b654a8 (diff) | |
download | external_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.py | 2 |
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 |