diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-03 12:19:26 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-03 12:19:26 -0400 |
| commit | 6e405e85df9f7694f549bb98f4c6a080e86d79e7 (patch) | |
| tree | d002e82a1c02118b5e993a8452eb858d5ff1bd26 | |
| parent | 8932c2d04e6c4258093cf919e525c61c7663250e (diff) | |
| download | python-setuptools-git-24.0.1.tar.gz | |
Bump version: 24.0.0 → 24.0.1v24.0.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 = 24.0.0 +current_version = 24.0.1 commit = True tag = True @@ -66,7 +66,7 @@ wheel = ['wheel'] if needs_wheel else [] setup_params = dict( name="setuptools", - version="24.0.0", + version="24.0.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
