We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd81e5 commit 81bf92dCopy full SHA for 81bf92d
README.rst
@@ -69,7 +69,7 @@ Command-line parameters
69
$ attotree -h
70
71
Program: attotree (rapid estimation of phylogenetic trees using sketching)
72
- Version: 0.1.4
+ Version: 0.1.5
73
Author: Karel Brinda <[email protected]>
74
75
usage: attotree [-k INT] [-s INT] [-t INT] [-o FILE] [-f STR] [-L] [-D] [-V] genomes [genomes ...]
attotree/version.py
@@ -2,4 +2,4 @@
2
from __commit import *
3
except ImportError:
4
pass
5
-VERSION = "0.1.4"
+VERSION = "0.1.5"
0 commit comments