diff --git a/autohooks/plugins/pytest/__version__.py b/autohooks/plugins/pytest/__version__.py index 1eceeda..691bf86 100644 --- a/autohooks/plugins/pytest/__version__.py +++ b/autohooks/plugins/pytest/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "23.1.1.dev1" +__version__ = "23.4.0" diff --git a/pyproject.toml b/pyproject.toml index a159044..f3500a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "autohooks-plugin-pytest" -version = "23.1.1.dev1" +version = "23.4.0" description = "An autohooks plugin for pytest" license = "GPL-3.0-or-later" authors = ["Greenbone AG "]