Skip to content

Commit

Permalink
modify release version
Browse files Browse the repository at this point in the history
  • Loading branch information
friend1ws committed Feb 21, 2017
1 parent 7d891ca commit 273c019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fusion_utils
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import argparse

parser = argparse.ArgumentParser(prog = "fusion_utils")

parser.add_argument("--version", action = "version", version = "fusion_utils-0.2.0rc2")
parser.add_argument("--version", action = "version", version = "fusion_utils-0.2.0")

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 @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name='fusion_utils',
version='0.2.0rc2',
version='0.2.0',
description='Python tools for comparing gene fusion and structural variation results/',
author='Yuichi Shiraishi',
author_email='[email protected]',
Expand Down

0 comments on commit 273c019

Please sign in to comment.