diff --git a/pyproject.toml b/pyproject.toml index a03c5e0..9cb0716 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,9 @@ exclude = [ [tool.hatch.commands] prerelease = 'hatch build' +[project.entry-points.pytest11] +pytest_tipsi_testing = 'pytest_tipsi_testing.plugin' + [tool.ruff] line-length = 100 diff --git a/pytest_tipsi_testing/__init__.py b/pytest_tipsi_testing/__init__.py index 96e3ce8..4e7c72a 100644 --- a/pytest_tipsi_testing/__init__.py +++ b/pytest_tipsi_testing/__init__.py @@ -1 +1 @@ -__version__ = '1.4.0' +__version__ = '1.4.3'