Skip to content

Commit

Permalink
modify version
Browse files Browse the repository at this point in the history
  • Loading branch information
friend1ws committed Sep 14, 2019
1 parent 3f3fda0 commit eaed322
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion genomon_sv/arg_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def create_parser():
# top level parser
parser = argparse.ArgumentParser(prog = "GenomonSV", formatter_class=argparse.ArgumentDefaultsHelpFormatter)

parser.add_argument("--version", action = "version", version = "GenomonSV-0.7.0b1")
parser.add_argument("--version", action = "version", version = "GenomonSV-0.7.0")

subparsers = parser.add_subparsers()

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name = 'genomon_sv',
version = '0.7.0b1',
version = '0.7.0',
description='Python tools for detecting somatic structural variation from cancer genome sequencing data.',
url = 'https://github.com/friend1ws/GenomonSV',
author = 'Yuichi Shiraishi',
Expand All @@ -24,6 +24,7 @@
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: Unix',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.6',
'Topic :: Scientific/Engineering :: Bio-Informatics'
],

Expand Down

0 comments on commit eaed322

Please sign in to comment.