Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lee212 committed Feb 16, 2016
1 parent cbac806 commit d8f5d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mgescan/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def run_cmd(self, cmd):
return retcode

def main():
arguments = docopt(__doc__, version='MGEScan 0.0.3')
arguments = docopt(__doc__, version='MGEScan 3.0.0')
mge = MGEScan(arguments)
mge.run()

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def read(fname):

setup(
name = "MGEScan",
version = "0.0.3",
version = "3.0.0",
author = "Hyungro Lee",
author_email = "hroe.lee@gmail.com",
description = ("MGEScan on Galaxy Workflow System for identifying ltr and "
Expand Down

0 comments on commit d8f5d6b

Please sign in to comment.