Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
increased minimum itsxpress version for q2 plugin version 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam R. Rivers committed Jun 14, 2019
1 parent 77937f0 commit debce44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion q2_itsxpress/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

plugin = Plugin(
name='itsxpress',
version='1.7.2',
version='1.7.4',
package='q2_itsxpress',
website='https://github.com/USDA-ARS-GBRU/q2_itsxpress '
'ITSxpress: https://github.com/USDA-ARS-GBRU/itsxpress',
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='q2_itsxpress',
version='1.7.2',
version='1.7.4',
packages=['q2_itsxpress'],
author='Adam R. Rivers, Kyle C. Weber',
author_email='[email protected], [email protected]',
Expand All @@ -19,7 +19,7 @@
python_requires=">3.5",
include_package_data=True,
install_requires=[
'itsxpress>=1.7.0',
'itsxpress>=1.7.2',
'qiime2',
'pandas',
],
Expand Down

0 comments on commit debce44

Please sign in to comment.