diff options
-rwxr-xr-x | setup.cfg | 3 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ [bumpversion] -current_version = 36.6.0 +current_version = 36.6.1 commit = True tag = True @@ -26,3 +26,4 @@ universal = 1 license_file = LICENSE [bumpversion:file:setup.py] + @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="36.6.0", + version="36.6.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |