summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-01-02 14:29:29 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-01-02 14:29:29 -0500
commit0c8f0cb4bfe39fd7840c0242dd059269c0266445 (patch)
treea36e75b7396e86aee462c29ed1372331ae7d727a /ez_setup.py
parent27e9015a7d5043290fb1f04f5ad0582a294ee43b (diff)
downloadpython-setuptools-git-0c8f0cb4bfe39fd7840c0242dd059269c0266445.tar.gz
Bumped to 10.3 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 62ead23a..82e7963e 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -36,7 +36,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "10.2"
+DEFAULT_VERSION = "10.3"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):