Skip to content

Commit 469a2c5

Browse files
committed
modify release version
1 parent e71724f commit 469a2c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

annot_utils

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 = "annot_utils")
77

8-
parser.add_argument("--version", action = "version", version = "annot_utils-0.1.0rc2")
8+
parser.add_argument("--version", action = "version", version = "annot_utils-0.1.0")
99

1010
subparsers = parser.add_subparsers()
1111

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='annot_utils',
6-
version='0.1.0rc2',
6+
version='0.1.0',
77
description='Python programs for processing gene annotation files',
88
author='Yuichi Shiraishi',
99
author_email='friend1ws@gamil.com',

0 commit comments

Comments
 (0)