diff --git a/pyproject.toml b/pyproject.toml index cfd2f20b..b60fd361 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ name = "pytest-bdd-ng" readme = {file = "README.rst", content-type = "text/x-rst"} requires-python = ">=3.8" urls = {Repository = "https://github.com/elchupanebrej/pytest-bdd-ng"} -version = "2.1.2" +version = "2.1.3" [project.entry-points] pytest11 = {"pytest-bdd" = "pytest_bdd.plugin"}