diff --git a/alifedata_phyloinformatics_convert/__init__.py b/alifedata_phyloinformatics_convert/__init__.py index 1450108..6be44b3 100644 --- a/alifedata_phyloinformatics_convert/__init__.py +++ b/alifedata_phyloinformatics_convert/__init__.py @@ -2,7 +2,7 @@ __author__ = """Matthew Andres Moreno""" __email__ = 'm.more500@gmail.com' -__version__ = '0.16.1' +__version__ = '0.16.2' from .alife_dataframe_to_biopython_tree \ import alife_dataframe_to_biopython_tree diff --git a/setup.cfg b/setup.cfg index bcbf299..0a11c7f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.16.1 +current_version = 0.16.2 commit = True tag = True diff --git a/setup.py b/setup.py index 89aa776..9396615 100644 --- a/setup.py +++ b/setup.py @@ -64,6 +64,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/mmore500/alifedata-phyloinformatics-convert', - version='0.16.1', + version='0.16.2', zip_safe=False, )