Skip to content

Commit

Permalink
REL: fix plugin version (0.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jairideout committed Jul 15, 2016
1 parent e83cd1c commit d03a014
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 d03a014

Please sign in to comment.