diff --git a/pyproject.toml b/pyproject.toml index a49e812..50afecb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-interface-report-plugins" -version = "0.1.0" +version = "1.0.0" description = "The interface for Snakemake report plugins." authors = ["Johannes Koester "] readme = "README.md" diff --git a/tests/tests.py b/tests/tests.py index 5facb09..2da380e 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -11,7 +11,7 @@ class TestRegistry(TestRegistryBase): __test__ = True def get_registry(self) -> PluginRegistryBase: - + # ensure that the singleton is reset ReportPluginRegistry._instance = None registry = ReportPluginRegistry()