Skip to content

Commit

Permalink
Merge pull request #7 from jairideout/0.0.1-for-real
Browse files Browse the repository at this point in the history
REL: fix plugin version (0.0.1)
  • Loading branch information
ebolyen authored Jul 15, 2016
2 parents e60dcfb + d03a014 commit 8df6da3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion q2_emperor/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

from qiime.plugin import Plugin, Metadata

import q2_emperor
from q2_types import PCoAResults
from emperor import Emperor
from os.path import join
Expand All @@ -35,7 +36,7 @@ def plot(output_dir: str, sample_metadata: qiime.Metadata,

plugin = Plugin(
name='emperor',
version='0.0.0',
version=q2_emperor.__version__,
website='https://emperor.microbio.me',
package='q2_emperor'
)
Expand Down

0 comments on commit 8df6da3

Please sign in to comment.