Skip to content

Commit 81bf92d

Browse files
committed
Increment version
1 parent 4fd81e5 commit 81bf92d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Command-line parameters
6969
$ attotree -h
7070
7171
Program: attotree (rapid estimation of phylogenetic trees using sketching)
72-
Version: 0.1.4
72+
Version: 0.1.5
7373
Author: Karel Brinda <[email protected]>
7474
7575
usage: attotree [-k INT] [-s INT] [-t INT] [-o FILE] [-f STR] [-L] [-D] [-V] genomes [genomes ...]

attotree/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from __commit import *
33
except ImportError:
44
pass
5-
VERSION = "0.1.4"
5+
VERSION = "0.1.5"

0 commit comments

Comments
 (0)