Skip to content

Commit

Permalink
Merge pull request #10 from jairideout/0.0.2
Browse files Browse the repository at this point in the history
REL: 0.0.2
  • Loading branch information
gregcaporaso authored Aug 9, 2016
2 parents 7ba1420 + 432b55b commit c357ec8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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-09)

* Added citation and user support information to plugin.

# 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_emperor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# The full license is in the file LICENSE, distributed with this software.
# ----------------------------------------------------------------------------

__version__ = '0.0.1'
__version__ = '0.0.2'
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-emperor",
# todo stop duplicating version string
version='0.0.1',
version='0.0.2',
packages=find_packages(),
install_requires=['emperor', 'scikit-bio',
'qiime >= 2.0.2', 'q2-types'],
Expand Down

0 comments on commit c357ec8

Please sign in to comment.