Skip to content

Commit

Permalink
Merge pull request #13 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 c1c4176 + 75dbb96 commit 921fd80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ before_install:
- conda info -a
install:
- conda create --yes -n test_env python=$PYVERSION --file ci/conda_requirements.txt -c biocore
- conda install --yes -n test_env cython qiime q2-types -c qiime2
- conda install --yes -n test_env cython
- source activate test_env
- pip install https://github.com/qiime2/qiime2/archive/master.zip https://github.com/qiime2/q2-types/archive/master.zip
- pip install -e .
script:
- WITH_COVERAGE=TRUE flake8 q2_composition setup.py
notifications:
webhooks:
on_success: change
on_failure: always
on_failure: always
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.1'
__version__ = '0.0.5'

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

0 comments on commit 921fd80

Please sign in to comment.