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

Commit

Permalink
version increase to include itsxpress fix for fastq.gz validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam R. Rivers committed Jul 26, 2018
1 parent df14b44 commit 734d506
Showing 1 changed file with 2 additions and 2 deletions.
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.6.3',
version='1.6.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.6.3'
'itsxpress>=1.6.4'
],
entry_points={
'qiime2.plugins': ['q2_itsxpress=q2_itsxpress.plugin_setup:plugin']
Expand Down

0 comments on commit 734d506

Please sign in to comment.