diff --git a/setup.cfg b/setup.cfg index ec0baddc18..c0e3edba2e 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 28.0.0 +current_version = 28.1.0 commit = True tag = True diff --git a/setup.py b/setup.py index 1be4e11c15..b97088d73b 100755 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="28.0.0", + version="28.1.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority",