Skip to content

Commit

Permalink
bumping version for bioconda linter (related to #27) (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
helrick authored Sep 6, 2023
1 parent 041435b commit 9b65935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion savana/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from time import time
from datetime import datetime

__version__ = "1.0.3"
__version__ = "1.0.4"

samflag_desc_to_number = {
"BAM_CMATCH": 0, # M
Expand Down
2 changes: 1 addition & 1 deletion savana/savana.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def main():
args = global_parser.parse_args()

print(logo)
print(f'Version {helper.__version__} - beta')
print(f'Version {helper.__version__}')
src_location = __file__
print(f'Source: {src_location}\n')
args.func(args)
Expand Down

0 comments on commit 9b65935

Please sign in to comment.