Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
cmkobel committed Jul 20, 2024
1 parent 5420008 commit cca0757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion comparem2
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit cca0757

Please sign in to comment.