Skip to content

Commit

Permalink
Merge pull request #15 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 1d729c1 + f20aebb commit 8475d5d
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_types/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# The full license is in the file LICENSE, distributed with this software.
# ----------------------------------------------------------------------------

__version__ = "0.0.0-dev" # noqa
__version__ = "0.0.1" # noqa

from ._feature_table import (FeatureTable, Frequency, RelativeFrequency,
PresenceAbsence)
Expand Down
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-types",
# TODO stop duplicating version string
version="0.0.0-dev",
version="0.0.1",
packages=find_packages(),
install_requires=['scikit-bio', 'qiime >= 2.0.0', 'pandas',
'biom-format >= 2.1.5, < 2.2.0', 'ijson'],
Expand Down

0 comments on commit 8475d5d

Please sign in to comment.