diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-19 11:32:51 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-19 11:32:51 -0400 |
commit | d7c802d072989f6543f584fa6dfdd57b140ca43e (patch) | |
tree | dc42af94abe1df2adc486dd836b18ff2075d42d9 | |
parent | fd4e8e7d33c701bc904f8063d1ee91c436f904f0 (diff) | |
download | external_python_setuptools-d7c802d072989f6543f584fa6dfdd57b140ca43e.tar.gz external_python_setuptools-d7c802d072989f6543f584fa6dfdd57b140ca43e.tar.bz2 external_python_setuptools-d7c802d072989f6543f584fa6dfdd57b140ca43e.zip |
Bump version: 28.6.0 → 28.6.1v28.6.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 = 28.6.0 +current_version = 28.6.1 commit = True tag = True @@ -85,7 +85,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="28.6.0", + version="28.6.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |