Skip to content

Commit

Permalink
Merge pull request #31 from gregcaporaso/002-release
Browse files Browse the repository at this point in the history
REL: update version and changelog
  • Loading branch information
jairideout committed Aug 8, 2016
2 parents 0440644 + e6b26b9 commit de95494
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.0.2 (2016-08-08)

* ``AlphaDiversity`` type was replaced with ``SampleData[AlphaDiversity]`` as this changed in [q2-types](https://github.com/qiime2/q2-types).

# Version 0.0.1 (2016-07-14)

Initial alpha release. At this stage, major backwards-incompatible API changes are expected to happen.
2 changes: 1 addition & 1 deletion q2_diversity/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from ._beta import beta, beta_phylogenetic
from ._ordination import pcoa

__version__ = "0.0.1"
__version__ = "0.0.2"

__all__ = ['beta', 'beta_phylogenetic', 'alpha', 'alpha_phylogenetic', 'pcoa',
'alpha_compare']
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
setup(
name="q2-diversity",
# TODO stop duplicating version string
version="0.0.1",
version="0.0.2",
packages=find_packages(),
install_requires=['q2-feature-table', 'scikit-bio', 'qiime >= 2.0.0',
'q2-types', 'seaborn', 'statsmodels', 'scipy',
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'],
package_data={'q2_diversity': ['markdown/*md']},
author="Greg Caporaso",
Expand Down

0 comments on commit de95494

Please sign in to comment.