Skip to content

Commit e6a34cd

Browse files
committed
changed version number to qiime2 release number
1 parent c1bf377 commit e6a34cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

q2_picrust2/plugin_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
plugin = Plugin(
1515
name='picrust2',
16-
version="0.0.4",
16+
version="2019.4",
1717
website='https://github.com/gavinmdouglas/q2-picrust2',
1818
package='q2_picrust2',
1919
description=('This QIIME 2 plugin wraps the default 16S PICRUSt2 pipeline to run '

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="q2-picrust2",
5-
version="0.0.4",
5+
version="2019.4",
66
packages=find_packages(),
77
package_data={'q2_picrust2': ['citations.bib']},
88
author="Gavin Douglas",

0 commit comments

Comments
 (0)