From 432b55b083faeadb4264cdb633bd4a023e58e716 Mon Sep 17 00:00:00 2001 From: Jai Ram Rideout Date: Tue, 9 Aug 2016 09:10:40 -0700 Subject: [PATCH] REL: 0.0.2 --- CHANGELOG.md | 4 ++++ q2_emperor/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9218989..0918ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/q2_emperor/__init__.py b/q2_emperor/__init__.py index 33cfde7..b5c8d14 100644 --- a/q2_emperor/__init__.py +++ b/q2_emperor/__init__.py @@ -6,4 +6,4 @@ # The full license is in the file LICENSE, distributed with this software. # ---------------------------------------------------------------------------- -__version__ = '0.0.1' +__version__ = '0.0.2' diff --git a/setup.py b/setup.py index 184fac2..bf1cd12 100644 --- a/setup.py +++ b/setup.py @@ -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'],