Skip to content

Commit

Permalink
bump version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bepoli authored Sep 6, 2022
1 parent 073647d commit 9f51034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tecount/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from copy import deepcopy
from pysam import AlignmentFile, index

__version__ = '0.6.1'
__version__ = '1.0.0'

def parseArguments():
parser = argparse.ArgumentParser(prog='TEcount',
Expand Down

0 comments on commit 9f51034

Please sign in to comment.