We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090a8f1 commit e8c0b21Copy full SHA for e8c0b21
2 files changed
mothur_py/__init__.py
@@ -7,6 +7,6 @@
7
8
"""
9
10
-__version__ = '0.3.0'
+__version__ = '0.4.0'
11
12
from .core import Mothur, MothurCommand
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="mothur_py",
16
- version="0.3.1",
+ version="0.4.0",
17
description="Python wrapper for the bioinformatics tool mothur",
18
long_description=long_description,
19
url="https://github.com/campenr/mothur-py",
0 commit comments