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