diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-08-20 18:27:14 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-08-20 18:27:14 -0400 |
commit | 22501ae355cbefcea9a58fe7c4ac4395250c1aca (patch) | |
tree | 930baa71aefa363f9ff52dfc683d6c698151dc85 | |
parent | 6883ff3b2832a0197d52d3d8f0640ae41f52b312 (diff) | |
download | python-setuptools-git-26.0.0.tar.gz |
Bump version: 25.4.0 → 26.0.0v26.0.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 = 25.4.0 +current_version = 26.0.0 commit = True tag = True @@ -88,7 +88,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="25.4.0", + version="26.0.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |