Skip to content

Commit

Permalink
REL: Version bump (0.0.6) (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcaporaso authored and jairideout committed Nov 2, 2016
1 parent 55803dd commit f3d386c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion q2_alignment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
from ._mafft import mafft
from ._filter import mask

__version__ = '0.0.5'
__version__ = '0.0.6'

__all__ = ['mafft', 'mask']
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-alignment",
# 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_alignment': ['markdown/*md']},
author="Greg Caporaso",
author_email="[email protected]",
Expand Down

0 comments on commit f3d386c

Please sign in to comment.