diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-04-03 18:26:41 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-04-03 18:26:41 -0400 |
commit | 56e49ec7d8b1c9fd7f2c36d041a87bb756baa2a3 (patch) | |
tree | d20c0ecc798ca3cfe951088207e0870190a402c1 | |
parent | 9e41a767df241615b024236f579bb62673f9f4a7 (diff) | |
download | external_python_setuptools-56e49ec7d8b1c9fd7f2c36d041a87bb756baa2a3.tar.gz external_python_setuptools-56e49ec7d8b1c9fd7f2c36d041a87bb756baa2a3.tar.bz2 external_python_setuptools-56e49ec7d8b1c9fd7f2c36d041a87bb756baa2a3.zip |
Bumped to 15.1 in preparation for next release.
-rw-r--r-- | ez_setup.py | 2 | ||||
-rw-r--r-- | setuptools/version.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ez_setup.py b/ez_setup.py index a3e69dc1..36ea3c24 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -30,7 +30,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "15.0" +DEFAULT_VERSION = "15.1" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" DEFAULT_SAVE_DIR = os.curdir diff --git a/setuptools/version.py b/setuptools/version.py index 60d8514e..1b29a7b4 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '15.0' +__version__ = '15.1' |