diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-08-19 16:10:05 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-08-19 16:10:05 -0400 |
| commit | cea7420c9417f14f6c069dabf1df23055f681af1 (patch) | |
| tree | bd531bdeddaf1c9fba3091d6c02fb279927b99cf | |
| parent | 2cde914c7bc8c8e5a59f937317d47898b38426e4 (diff) | |
| download | python-setuptools-git-25.4.0.tar.gz | |
Bump version: 25.3.0 → 25.4.0v25.4.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.3.0 +current_version = 25.4.0 commit = True tag = True @@ -88,7 +88,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="25.3.0", + version="25.4.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
