Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ACEnglish committed Aug 2, 2022
1 parent 79ac553 commit 4225cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repo_utils/answer_key/help.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
usage: utmos [-h] CMD ...

Utmos v2.0.0-dev - Maximum-coverage algorithm to select samples for validation and resequencing
Utmos v2.0.0 - Maximum-coverage algorithm to select samples for validation and resequencing

CMDs:
convert Extract genotypes from VCFs
Expand Down
2 changes: 1 addition & 1 deletion utmos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Utmos - a reimplementation of SVColector
"""

__version__ = '2.0.0-dev'
__version__ = '2.0.0'

0 comments on commit 4225cb2

Please sign in to comment.