diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-05-07 12:22:50 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-05-07 12:22:50 -0400 |
commit | 46d0e959989b92971f7d0999222b8aa476786b65 (patch) | |
tree | eb50bd071f8ffb00d3413f3c62364d35586540b5 | |
parent | f4feb24a9824b6f85a0125096c4f7de9baf48c90 (diff) | |
download | python-setuptools-git-3.6.tar.gz |
Bumped to 3.6 in preparation for next release.3.6
-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 003e0619..bd7d262d 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -31,7 +31,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "3.5.3" +DEFAULT_VERSION = "3.6" 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 455727c5..f1d93208 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '3.5.3' +__version__ = '3.6' |