From 89c3ffae40f043d82f6891fa56683b9c413ce669 Mon Sep 17 00:00:00 2001 From: Joe Brown Date: Mon, 7 May 2018 08:44:47 -0700 Subject: [PATCH] bumps version --- atlas/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/__init__.py b/atlas/__init__.py index 33abf8f1..e482a354 100644 --- a/atlas/__init__.py +++ b/atlas/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.31" +__version__ = "1.0.32" TAX_LEVELS = ["superkingdom", "phylum", "class", "order", "family", "genus", "species"] BLAST6 = ["qseqid", "sseqid", "pident", "length", "mismatch", "gapopen", "qstart", "qend", "sstart", "send", "evalue", "bitscore"]