diff --git a/fusionfusion b/fusionfusion index 3e2cdcd..7326c0c 100644 --- a/fusionfusion +++ b/fusionfusion @@ -5,7 +5,7 @@ import argparse parser = argparse.ArgumentParser(prog = "fusionfusion") -parser.add_argument("--version", action = "version", version = "fusionfusion-0.3.0rc2") +parser.add_argument("--version", action = "version", version = "fusionfusion-0.3.0") parser.add_argument("--star", metavar = "star.Chimeric.out.sam", default = None, type = str, help = "the path to the chimeric sam file by STAR") diff --git a/setup.py b/setup.py index de4749f..4b2c7d8 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name='fusionfusion', - version='0.3.0rc2', + version='0.3.0', description='Python tools for extracting highly confident fusion transcripts from the results of several RNA-seq alignment tools.', author='Yuichi Shiraishi', author_email='friend1ws@gamil.com',