diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-16 12:35:57 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-16 12:35:57 -0400 |
commit | 9b92671faddc36f754ec2f67bd25f9e8ae66311b (patch) | |
tree | 12eb6f26eb5dd07b89643770fe2619cc94ea7d74 | |
parent | 772773cd3b61f9773f571a63cd8a73dd8f9049f2 (diff) | |
download | external_python_setuptools-9b92671faddc36f754ec2f67bd25f9e8ae66311b.tar.gz external_python_setuptools-9b92671faddc36f754ec2f67bd25f9e8ae66311b.tar.bz2 external_python_setuptools-9b92671faddc36f754ec2f67bd25f9e8ae66311b.zip |
Bump version: 28.5.0 → 28.6.0v28.6.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 = 28.5.0 +current_version = 28.6.0 commit = True tag = True @@ -86,7 +86,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="28.5.0", + version="28.6.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |