diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-25 08:54:25 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-25 08:54:25 -0400 |
| commit | 5bff01fe9b15cbec748d83f6c229a2b66b096729 (patch) | |
| tree | 7fbeda1006029520d5475b7f5a91877fc4c9c75e | |
| parent | d70b7b47644c2436a50f9d8dc8627dc5809fb5b1 (diff) | |
| download | python-setuptools-git-5bff01fe9b15cbec748d83f6c229a2b66b096729.tar.gz | |
Bump version: 25.0.0 → 25.0.1v25.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 = 25.0.0 +current_version = 25.0.1 commit = True tag = True @@ -88,7 +88,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="25.0.0", + version="25.0.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
