diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-16 16:39:06 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-16 16:39:06 -0500 |
| commit | cda3ccf5c2b87212ca53b91fb782e2b858686dd3 (patch) | |
| tree | 1918db465015cddabb3c9d596a0d1214d1a10d7d | |
| parent | fd43bed470262e8bb2dc87b78886ccca52b8ce52 (diff) | |
| download | python-setuptools-git-cda3ccf5c2b87212ca53b91fb782e2b858686dd3.tar.gz | |
Bumped to 12.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 70d45e15..dd1fea71 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "12.0" +DEFAULT_VERSION = "12.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 f4e58d46..9e9002b4 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '12.0' +__version__ = '12.1' |
