Skip to content

Commit

Permalink
Merge pull request #18 from jairideout/0.0.1
Browse files Browse the repository at this point in the history
REL: 0.0.1
  • Loading branch information
gregcaporaso authored Jul 15, 2016
2 parents a6d7e67 + 82a8714 commit ccfca7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 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_feature_table/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
from ._summarize import summarize


__version__ = '0.0.0-dev'
__version__ = '0.0.1'

__all__ = ['rarefy', 'presence_absence', 'relative_frequency', 'summarize']
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setup(
name="q2-feature-table",
# TODO stop duplicating version string
version='0.0.0-dev',
version='0.0.1',
packages=find_packages(),
install_requires=['biom-format >= 2.1.5, < 2.2.0', 'scipy',
'qiime >= 2.0.0', 'q2-types', 'seaborn'],
Expand Down

0 comments on commit ccfca7a

Please sign in to comment.