Skip to content

Commit

Permalink
version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolmogorov committed Aug 8, 2014
1 parent 5783aa3 commit 4011904
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Ragout
======

Version: 0.3 beta
Version: 1.0

Release date: 22 Jun 2014
Release date: 08 Aug 2014

Website: http://fenderglass.github.io/Ragout/

Expand Down
2 changes: 1 addition & 1 deletion ragout/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def main():
parser.add_argument("--debug", action="store_const",
dest="debug", default=False, const=True,
help="enable debug output")
parser.add_argument("--version", action="version", version="Ragout v0.3b")
parser.add_argument("--version", action="version", version="Ragout v1.0")
args = parser.parse_args()

return do_job(args.recipe, args.output_dir, args.synteny_backend,
Expand Down

0 comments on commit 4011904

Please sign in to comment.