Skip to content

Commit

Permalink
modify version
Browse files Browse the repository at this point in the history
  • Loading branch information
friend1ws committed Feb 20, 2017
1 parent 2aac48d commit 7fe14a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fusionfusion
Original file line number Diff line number Diff line change
Expand Up @@ -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")
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='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='[email protected]',
Expand Down

0 comments on commit 7fe14a8

Please sign in to comment.