Skip to content

Commit

Permalink
Merge pull request #15 from thermokarst/0.0.5
Browse files Browse the repository at this point in the history
MAINT: Bump version (0.0.5)
  • Loading branch information
ebolyen authored Oct 8, 2016
2 parents f23822b + ef3a16f commit 01cfaa9
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.0"
__version__ = "0.0.5"

__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.0', 'q2-types',
install_requires=['qiime >= 2.0.5', 'q2-types >= 0.0.5',
'biom-format >= 2.1.5, < 2.2.0'],
author="Greg Caporaso and Benjamin Callahan",
author_email="[email protected]",
Expand Down

0 comments on commit 01cfaa9

Please sign in to comment.