Skip to content

Commit

Permalink
Merge pull request #17 from gregcaporaso/version-bump
Browse files Browse the repository at this point in the history
REL: 0.0.6
  • Loading branch information
jairideout authored Nov 2, 2016
2 parents f17d81d + eda4907 commit f6fc6e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion q2_composition/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from ._impute import add_pseudocount
from ._ancom import ancom

__version__ = '0.0.5'
__version__ = '0.0.6'

__all__ = ['add_pseudocount', 'ancom']
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
name="q2-composition",
version=version,
packages=find_packages(),
install_requires=['qiime >= 2.0.5', 'q2-types >= 0.0.5', 'bokeh',
install_requires=['qiime >= 2.0.6', 'q2-types >= 0.0.6', 'bokeh',
'biom-format >= 2.1.5, < 2.2.0', 'scipy',
'scikit-bio'],
package_data={'q2_composition': ['workflows/*md']},
Expand Down

0 comments on commit f6fc6e1

Please sign in to comment.