We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed4c16 commit 072bcffCopy full SHA for 072bcff
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "snakemake-interface-report-plugins"
3
-version = "0.1.0"
+version = "1.0.0"
4
description = "The interface for Snakemake report plugins."
5
authors = ["Johannes Koester <[email protected]>"]
6
readme = "README.md"
tests/tests.py
@@ -11,7 +11,7 @@ class TestRegistry(TestRegistryBase):
11
__test__ = True
12
13
def get_registry(self) -> PluginRegistryBase:
14
-
+
15
# ensure that the singleton is reset
16
ReportPluginRegistry._instance = None
17
registry = ReportPluginRegistry()
0 commit comments