Skip to content

Commit feb79d9

Browse files
jakerepsjairideout
authored andcommitted
REL: Version bump (0.0.6) (#96)
1 parent 4f92c7e commit feb79d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

q2cli/__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 COPYING.txt, distributed with this software.
77
# ----------------------------------------------------------------------------
88

9-
__version__ = '0.0.5'
9+
__version__ = '0.0.6'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
setup(
1212
name='q2cli',
13-
version='0.0.5',
13+
version='0.0.6',
1414
license='BSD-3-Clause',
1515
packages=find_packages(),
1616
include_package_data=True,
17-
install_requires=['click', 'qiime >= 2.0.5', 'pip'],
17+
install_requires=['click', 'qiime >= 2.0.6', 'pip'],
1818
scripts=['bin/tab-qiime'],
1919
entry_points='''
2020
[console_scripts]

0 commit comments

Comments
 (0)