Skip to content

Commit

Permalink
modify version
Browse files Browse the repository at this point in the history
  • Loading branch information
friend1ws committed Nov 1, 2018
1 parent 6f1a21b commit c5d80a2
Show file tree
Hide file tree
Showing 2 changed files with 2 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.6.0b1")
parser.add_argument("--version", action = "version", version = "GenomonSV-0.6.0rc1")

subparsers = parser.add_subparsers()

Expand Down
2 changes: 1 addition & 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.6.0b1',
version = '0.6.0rc1',
description='Python tools for detecting somatic structural variation from cancer genome sequencing data.',
url = 'https://github.com/friend1ws/GenomonSV',
author = 'Yuichi Shiraishi',
Expand Down

0 comments on commit c5d80a2

Please sign in to comment.