Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Feb 15, 2024
1 parent 0ed4c16 commit 072bcff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 072bcff

Please sign in to comment.