diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-27 13:46:49 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-27 13:46:49 -0500 |
commit | 394318306bac8e5cab251ca4cb099c40aebc97fd (patch) | |
tree | 6c3215e9c46ea9ede13f3fbc3d5bbdfe2880c5ad | |
parent | 44a670456c81f844cad1d5aa713cd304ed80fc09 (diff) | |
download | python-setuptools-git-394318306bac8e5cab251ca4cb099c40aebc97fd.tar.gz |
Bump version: 27.3.0 → 27.3.1v27.3.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 = 27.3.0 +current_version = 27.3.1 commit = True tag = True @@ -88,7 +88,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="27.3.0", + version="27.3.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |