Skip to content

Commit

Permalink
Merge pull request #22 from gregcaporaso/version-bump
Browse files Browse the repository at this point in the history
REL: version bump (0.0.6)
  • Loading branch information
jairideout authored Nov 2, 2016
2 parents 2ea93c5 + b4a6817 commit 354f6ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion q2_dada2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
from ._plot import plot_qualities


__version__ = "0.0.5"
__version__ = "0.0.6"

__all__ = ['denoise', 'plot_qualities']
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
name="q2-dada2",
version=version,
packages=find_packages(),
install_requires=['qiime >= 2.0.5', 'q2-types >= 0.0.5',
install_requires=['qiime >= 2.0.6', 'q2-types >= 0.0.6',
'biom-format >= 2.1.5, < 2.2.0'],
author="Greg Caporaso and Benjamin Callahan",
author_email="[email protected]",
Expand Down

0 comments on commit 354f6ed

Please sign in to comment.