summaryrefslogtreecommitdiff
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
parent27e9015a7d5043290fb1f04f5ad0582a294ee43b (diff)
downloadpython-setuptools-git-0c8f0cb4bfe39fd7840c0242dd059269c0266445.tar.gz
Bumped to 10.3 in preparation for next release.
-rw-r--r--ez_setup.py2
-rw-r--r--setuptools/version.py2
2 files changed, 2 insertions, 2 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):
diff --git a/setuptools/version.py b/setuptools/version.py
index 6b917706..fb86d074 100644
--- a/setuptools/version.py
+++ b/setuptools/version.py
@@ -1 +1 @@
-__version__ = '10.2'
+__version__ = '10.3'