Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Alaina Shumate committed Aug 21, 2020
1 parent 4c18c38 commit 24fa402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion liftoff/run_liftoff.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def parse_args(arglist=None):
"target and "
"reference; by default F=0.0")

parser.add_argument('-V', '--version', help='show program version', action='version', version='v1.4.0')
parser.add_argument('-V', '--version', help='show program version', action='version', version='v1.4.1')
parser.add_argument(
'-p', default=1, type=int, metavar='P', help='use P parallel processes to accelerate alignment; by default P=1'
)
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 @@

setuptools.setup(
name="Liftoff",
version="1.4.0",
version="1.4.1",
author="Alaina Shumate",
author_email="[email protected]",
description="A gene annotation mapping tool",
Expand Down

0 comments on commit 24fa402

Please sign in to comment.