Skip to content

Commit

Permalink
MAINT: Bump version (0.0.5) (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
thermokarst authored and ebolyen committed Oct 8, 2016
1 parent 3ad93c2 commit e860559
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
Expand Up @@ -9,6 +9,6 @@
from ._mafft import mafft
from ._filter import mask

__version__ = '0.0.0-dev'
__version__ = '0.0.5'

__all__ = ['mafft', 'mask']
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -11,9 +11,9 @@
setup(
name="q2-alignment",
# TODO stop duplicating version string
version="0.0.0-dev",
version="0.0.5",
packages=find_packages(),
install_requires=['scikit-bio', 'qiime >= 2.0.0', 'q2-types'],
install_requires=['scikit-bio', 'qiime >= 2.0.5', 'q2-types >= 0.0.5'],
# package_data={'q2_alignment': ['markdown/*md']},
author="Greg Caporaso",
author_email="gregcaporaso@gmail.com",
Expand Down

0 comments on commit e860559

Please sign in to comment.