Skip to content

Commit 828ca1f

Browse files
thermokarstebolyen
authored andcommitted
MAINT: Bump version (0.0.5) (#15)
1 parent c4f9224 commit 828ca1f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

q2_emperor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# The full license is in the file LICENSE, distributed with this software.
77
# ----------------------------------------------------------------------------
88

9-
__version__ = '0.0.2'
9+
__version__ = '0.0.5'

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
setup(
1212
name="q2-emperor",
1313
# todo stop duplicating version string
14-
version='0.0.2',
14+
version='0.0.5',
1515
packages=find_packages(),
16-
install_requires=['emperor', 'scikit-bio',
17-
'qiime >= 2.0.2', 'q2-types'],
16+
install_requires=['qiime >= 2.0.5', 'q2-types >= 0.0.5', 'emperor',
17+
'scikit-bio'],
1818
author="Yoshiki Vazquez-Baeza",
1919
author_email="yoshiki@ucsd.edu",
2020
description="Display ordination plots",

0 commit comments

Comments
 (0)