diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-28 15:00:06 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-28 15:00:06 -0400 |
| commit | ced5db7822ece3d4e4822b12dde5a67a6a60e90b (patch) | |
| tree | 3a8d834d5677cae83162a44eccf7f4a731ed5baa | |
| parent | 9e3f3cb5f58caf69e003023d724a8793e8d1c184 (diff) | |
| download | python-setuptools-git-ced5db7822ece3d4e4822b12dde5a67a6a60e90b.tar.gz | |
Bump version: 25.1.0 → 25.1.1v25.1.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.1.0 +current_version = 25.1.1 commit = True tag = True @@ -88,7 +88,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="25.1.0", + version="25.1.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
