diff --git a/setup.cfg b/setup.cfg index b2e68c6f21..d6f1a195b5 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 38.2.3 +current_version = 38.2.4 commit = True tag = True diff --git a/setup.py b/setup.py index 61d2ceaaa4..0e3e42c536 100755 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="38.2.3", + version="38.2.4", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority",