diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-29 22:36:13 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-29 22:36:13 -0400 |
| commit | 721dc0b80fa56b0032f99b56f5bc63a65f828f4e (patch) | |
| tree | e226ff8ad65e6683fe44d4d43e98e1518e991b30 | |
| parent | 107a253e31134f1c824cf82680ab69d83e3ddbd2 (diff) | |
| download | python-setuptools-git-28.7.1.tar.gz | |
Bump version: 28.7.0 → 28.7.1v28.7.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 = 28.7.0 +current_version = 28.7.1 commit = True tag = True @@ -85,7 +85,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="28.7.0", + version="28.7.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
