diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-29 14:31:17 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-29 14:31:17 -0400 |
| commit | 763d5ef1c8d382c6cd6f0dd247d7c6c9e3447a11 (patch) | |
| tree | f5ea6e980a3687ffe92a6bbf7d00cb2ae785f40d | |
| parent | aed09e8a3b4af5472f893a5f702e739a61d94153 (diff) | |
| download | python-setuptools-git-763d5ef1c8d382c6cd6f0dd247d7c6c9e3447a11.tar.gz | |
Bump version: 20.6.0 → 20.6.1v20.6.1
| -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.0 +current_version = 20.6.1 commit = True tag = True @@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else [] setup_params = dict( name="setuptools", - version="20.6.0", + version="20.6.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
