Skip to content

Commit 072bcff

Browse files
fix
1 parent 0ed4c16 commit 072bcff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "snakemake-interface-report-plugins"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "The interface for Snakemake report plugins."
55
authors = ["Johannes Koester <[email protected]>"]
66
readme = "README.md"

tests/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class TestRegistry(TestRegistryBase):
1111
__test__ = True
1212

1313
def get_registry(self) -> PluginRegistryBase:
14-
14+
1515
# ensure that the singleton is reset
1616
ReportPluginRegistry._instance = None
1717
registry = ReportPluginRegistry()

0 commit comments

Comments
 (0)