Skip to content

Commit

Permalink
MAINT: Bump version (0.0.5) (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
thermokarst authored and ebolyen committed Oct 8, 2016
1 parent 5ef38a4 commit 760a157
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion q2_diversity/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from ._beta import beta, beta_phylogenetic, bioenv, beta_group_significance
from ._ordination import pcoa

__version__ = "0.0.2"
__version__ = "0.0.5"

__all__ = ['beta', 'beta_phylogenetic', 'alpha', 'alpha_phylogenetic', 'pcoa',
'alpha_group_significance', 'bioenv', 'beta_group_significance',
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
setup(
name="q2-diversity",
# TODO stop duplicating version string
version="0.0.2",
version="0.0.5",
packages=find_packages(),
install_requires=['q2-feature-table', 'scikit-bio', 'qiime >= 2.0.2',
'q2-types >= 0.0.2', 'seaborn', 'statsmodels', 'scipy',
'numpy', 'pandas', 'biom-format >= 2.1.5, < 2.2.0',
'trender'],
install_requires=['qiime >= 2.0.5', 'q2-feature-table >= 0.0.5',
'q2-types >= 0.0.5', 'scikit-bio', 'seaborn',
'statsmodels', 'scipy', 'numpy', 'pandas',
'biom-format >= 2.1.5, < 2.2.0', 'trender'],
package_data={'q2_diversity': ['markdown/*md', 'assets/*'],
'q2_diversity._alpha': [
'alpha_group_significance_assets/index.template',
Expand Down

0 comments on commit 760a157

Please sign in to comment.