Skip to content

Commit e8c0b21

Browse files
committed
version bump;
1 parent 090a8f1 commit e8c0b21

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mothur_py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
88
"""
99

10-
__version__ = '0.3.0'
10+
__version__ = '0.4.0'
1111

1212
from .core import Mothur, MothurCommand

setup.py

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

1414
setup(
1515
name="mothur_py",
16-
version="0.3.1",
16+
version="0.4.0",
1717
description="Python wrapper for the bioinformatics tool mothur",
1818
long_description=long_description,
1919
url="https://github.com/campenr/mothur-py",

0 commit comments

Comments
 (0)