diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-28 11:07:10 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-28 11:07:10 -0400 |
commit | 9a33ea35df1a77e721ebeb1700acaa74ca28a430 (patch) | |
tree | 94c4e621cef6b71bfa7ab44bd3b57104badc5e2e | |
parent | 34e0ed958b2a56ceb394e15f189ea9f932af0785 (diff) | |
download | external_python_setuptools-9a33ea35df1a77e721ebeb1700acaa74ca28a430.tar.gz external_python_setuptools-9a33ea35df1a77e721ebeb1700acaa74ca28a430.tar.bz2 external_python_setuptools-9a33ea35df1a77e721ebeb1700acaa74ca28a430.zip |
Bumped to 15.0 in preparation for next release.15.0b1
-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 683aeef4..a3e69dc1 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -30,7 +30,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "14.3.2" +DEFAULT_VERSION = "15.0" 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 a2f34e92..60d8514e 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '14.3.2' +__version__ = '15.0' |