diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b478c82df01..7737ad623c4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 68.0.99 +current_version = 68.0.100 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 30c84027a5f..df901f372c4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v68.0.100 +--------- + +No significant changes. + + v68.0.0 ------- diff --git a/setup.cfg b/setup.cfg index fd53086f245..54f04533c93 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 68.0.99 +version = 68.0.100 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages