Skip to content

Commit

Permalink
REL: version bump (0.0.6) (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcaporaso authored and jairideout committed Nov 2, 2016
1 parent 4831c89 commit 7640415
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion q2_phylogeny/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
from ._fasttree import fasttree
from ._filter import filter_table

__version__ = '0.0.5'
__version__ = '0.0.6'

__all__ = ["midpoint_root", "fasttree", "filter_table"]
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
setup(
name="q2-phylogeny",
# TODO stop duplicating version string
version="0.0.5",
version="0.0.6",
packages=find_packages(),
install_requires=['scikit-bio', 'qiime >= 2.0.5', 'q2-types >= 0.0.5'],
install_requires=['scikit-bio', 'qiime >= 2.0.6', 'q2-types >= 0.0.6'],
# package_data={'q2_phylogeny': ['markdown/*md']},
author="Greg Caporaso",
author_email="gregcaporaso@gmail.com",
Expand Down

0 comments on commit 7640415

Please sign in to comment.