diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-31 10:16:24 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-31 10:16:24 -0500 |
commit | 1b2f562052873336769203c661a7a357dd5b5189 (patch) | |
tree | 0004340d4ab02828205de70fe8b207cf8a773b8f | |
parent | f9596f503713a3063396540e835080d0ba44b5e6 (diff) | |
download | python-setuptools-git-10.1.tar.gz |
Bumped to 10.1 in preparation for next release.10.1
-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 97767f18..5d5a723a 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "10.0.2" +DEFAULT_VERSION = "10.1" 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 63388b1f..d5d41219 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '10.0.2' +__version__ = '10.1' |