Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorganl committed May 2, 2020
1 parent 2018017 commit 7a45911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion treesapp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env python

name = "treesapp"
__version__ = "0.6.7"
__version__ = "0.6.8"

0 comments on commit 7a45911

Please sign in to comment.