diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-09 17:05:27 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-09 17:05:27 -0400 |
commit | 08bcd16f9f4aaa13f7af7aa146fa2af8964f364b (patch) | |
tree | aebe0f8cb274acc20f4d81400c69a7f5e225d899 | |
parent | 19fd04bae3809caf61208e3d085491990222aca8 (diff) | |
download | external_python_setuptools-08bcd16f9f4aaa13f7af7aa146fa2af8964f364b.tar.gz external_python_setuptools-08bcd16f9f4aaa13f7af7aa146fa2af8964f364b.tar.bz2 external_python_setuptools-08bcd16f9f4aaa13f7af7aa146fa2af8964f364b.zip |
Bump version: 20.6.7 → 20.6.8v20.6.8
-rwxr-xr-x | setup.cfg | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ [bumpversion] -current_version = 20.6.7 +current_version = 20.6.8 commit = True tag = True @@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else [] setup_params = dict( name="setuptools", - version="20.6.7", + version="20.6.8", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |