diff --git a/comparem2 b/comparem2 index f768608..6318368 100755 --- a/comparem2 +++ b/comparem2 @@ -4,7 +4,7 @@ __author__ = "Carl M. Kobel" # --- Development: Versioning --------------------------------------- -__version__ = "2.8.2" +__version__ = "2.9.1" # Places to bump # - here # - workflow/Snakefile, because the snakefile can possibly be run without the ./comparem2 binary. Report gets from here. diff --git a/workflow/Snakefile b/workflow/Snakefile index 8a69eb4..aa1a51a 100644 --- a/workflow/Snakefile +++ b/workflow/Snakefile @@ -4,7 +4,7 @@ __author__ = "Carl M. Kobel" -__version__ = "2.8.2" # Haven't yet found a neat way of passing the version from the comparem2 executable, so for now it has to be defined here as well. +__version__ = "2.9.1" # Haven't yet found a neat way of passing the version from the comparem2 executable, so for now it has to be defined here as well. # https://semver.org/ version_major = ".".join(__version__.split(".")[:1])