diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-29 16:18:51 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-29 16:18:51 -0400 |
commit | fbbeb19d4c7662844e7af5cb1fea4d7cc95ff146 (patch) | |
tree | eeccb4345fcbf33545de6fa698617bd7a5666f25 /setup.py | |
parent | eae952e4f29f58e39be1a0a28cf5a5793f79e906 (diff) | |
download | external_python_setuptools-fbbeb19d4c7662844e7af5cb1fea4d7cc95ff146.tar.gz external_python_setuptools-fbbeb19d4c7662844e7af5cb1fea4d7cc95ff146.tar.bz2 external_python_setuptools-fbbeb19d4c7662844e7af5cb1fea4d7cc95ff146.zip |
Bump version: 20.6.4 → 20.6.5v20.6.5
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else [] setup_params = dict( name="setuptools", - version="20.6.4", + version="20.6.5", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |