Skip to content

Commit

Permalink
Bump to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
apcamargo committed Dec 19, 2019
1 parent 73cddb0 commit 997693c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name='tspex',
version='0.6.0',
version='0.6.1',
packages=find_packages(),
license='GNU General Public License v3.0',
description='A Python package for calculating tissue-specificity metrics for gene expression.',
Expand Down
1 change: 1 addition & 0 deletions tspex/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def main():
description='Compute gene tissue-specificity from an expression matrix and save the output.',
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
)
parser.add_argument('--version', action='version', version='%(prog)s 0.6.1')
parser.add_argument(
'input_file', help='Expression matrix file in the TSV, CSV or Excel formats.'
)
Expand Down

0 comments on commit 997693c

Please sign in to comment.