From 7a45911493cdce4367f111256a488a2b19105cc2 Mon Sep 17 00:00:00 2001 From: cmorganl Date: Fri, 1 May 2020 22:28:18 -0700 Subject: [PATCH] Version bump --- setup.py | 2 +- treesapp/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b711884a..286a2718 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ SETUP_METADATA = \ { "name": "treesapp", - "version": "0.6.7", + "version": "0.6.8", "description": "TreeSAPP is a functional and taxonomic annotation tool for genomes and metagenomes.", "long_description": LONG_DESCRIPTION, "long_description_content_type": "text/markdown", diff --git a/treesapp/__init__.py b/treesapp/__init__.py index f024bea1..09481d0d 100644 --- a/treesapp/__init__.py +++ b/treesapp/__init__.py @@ -1,4 +1,4 @@ #! /usr/bin/env python name = "treesapp" -__version__ = "0.6.7" +__version__ = "0.6.8"