diff --git a/README.md b/README.md index f2efc77..a155ee3 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # MutMap User Guide -#### version 2.1.8 +#### version 2.1.9 ## 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.8 +MutMap version 2.1.9 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.8 +MutPlot version 2.1.9 optional arguments: -h, --help show this help message and exit diff --git a/mutmap/__init__.py b/mutmap/__init__.py index c377db3..254c121 100644 --- a/mutmap/__init__.py +++ b/mutmap/__init__.py @@ -1 +1 @@ -__version__ = "2.1.8" +__version__ = "2.1.9"