diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-09 10:51:34 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-09 10:51:34 -0400 |
commit | 1aa1d6c94b108147030fdf11057df3251b7eefda (patch) | |
tree | 0adb2a0a854fdac5074380d3898f90ef70db4a77 | |
parent | b3b6751926037b55c45787192719b7f9372622a8 (diff) | |
download | external_python_setuptools-1aa1d6c94b108147030fdf11057df3251b7eefda.tar.gz external_python_setuptools-1aa1d6c94b108147030fdf11057df3251b7eefda.tar.bz2 external_python_setuptools-1aa1d6c94b108147030fdf11057df3251b7eefda.zip |
Bump version: 27.0.0 → 27.1.0v27.1.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 = 27.0.0 +current_version = 27.1.0 commit = True tag = True @@ -88,7 +88,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="27.0.0", + version="27.1.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |