Skip to content

Commit 7fe14a8

Browse files
committed
modify version
1 parent 2aac48d commit 7fe14a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

fusionfusion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import argparse
55

66
parser = argparse.ArgumentParser(prog = "fusionfusion")
77

8-
parser.add_argument("--version", action = "version", version = "fusionfusion-0.3.0rc2")
8+
parser.add_argument("--version", action = "version", version = "fusionfusion-0.3.0")
99

1010
parser.add_argument("--star", metavar = "star.Chimeric.out.sam", default = None, type = str,
1111
help = "the path to the chimeric sam file by STAR")

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from distutils.core import setup
44

55
setup(name='fusionfusion',
6-
version='0.3.0rc2',
6+
version='0.3.0',
77
description='Python tools for extracting highly confident fusion transcripts from the results of several RNA-seq alignment tools.',
88
author='Yuichi Shiraishi',
99
author_email='friend1ws@gamil.com',

0 commit comments

Comments
 (0)