diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-04-25 09:15:29 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-04-25 09:15:29 -0500 |
commit | 9ad12ecb7c605cafbfa27e5eb6a1990b7afaf3a1 (patch) | |
tree | 3796c3d537a1467b57b0fd8250e4d06627d125c7 | |
parent | c105d6f18a5a17b0a47fda5a2df2f8f47352b037 (diff) | |
download | external_python_setuptools-9ad12ecb7c605cafbfa27e5eb6a1990b7afaf3a1.tar.gz external_python_setuptools-9ad12ecb7c605cafbfa27e5eb6a1990b7afaf3a1.tar.bz2 external_python_setuptools-9ad12ecb7c605cafbfa27e5eb6a1990b7afaf3a1.zip |
Bump version: 20.9.0 → 20.10.0v20.10.0
-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.9.0 +current_version = 20.10.0 commit = True tag = True @@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else [] setup_params = dict( name="setuptools", - version="20.9.0", + version="20.10.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |