From 8a8788bf0946c6bd5dbd7d9317b677a221ede9c3 Mon Sep 17 00:00:00 2001 From: yu57th Date: Thu, 20 Aug 2020 20:35:12 +0900 Subject: [PATCH] Update MutMap to new version --- README.md | 6 +++--- mutmap/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a155ee3..bdb249c 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # MutMap User Guide -#### version 2.1.9 +#### version 2.2.0 ## Table of contents - [What is MutMap?](#What-is-MutMap) @@ -79,7 +79,7 @@ $ mutmap -h usage: mutmap -r -c -b -n -o [-T] [-e ] -MutMap version 2.1.9 +MutMap version 2.2.0 optional arguments: -h, --help show this help message and exit @@ -228,7 +228,7 @@ usage: mutplot -v -o -n [-w ] [-s ] [-D ] [-d ] [-N ] [-m ] [-S ] [-e ] [--igv] [--indel] -MutPlot version 2.1.9 +MutPlot version 2.2.0 optional arguments: -h, --help show this help message and exit diff --git a/mutmap/__init__.py b/mutmap/__init__.py index 254c121..8a124bf 100644 --- a/mutmap/__init__.py +++ b/mutmap/__init__.py @@ -1 +1 @@ -__version__ = "2.1.9" +__version__ = "2.2.0"