diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-14 23:12:21 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-14 23:12:21 -0400 |
| commit | 5af3d094d1d26f06d9e7f3fbf6f1cd55a2e51d8f (patch) | |
| tree | 3881b2fbec0b665ae2122a2774ca8fd16b004eea | |
| parent | c52797512e98c12a383c41697deda0f563b452a5 (diff) | |
| download | python-setuptools-git-28.5.0.tar.gz | |
Bump version: 28.4.0 → 28.5.0v28.5.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 = 28.4.0 +current_version = 28.5.0 commit = True tag = True @@ -86,7 +86,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="28.4.0", + version="28.5.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
