From 8835f2d303b4b76320c33d12b5a8d8ac91e06286 Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Tue, 20 Feb 2024 15:51:44 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.16.1=20=E2=86=92=200.16.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alifedata_phyloinformatics_convert/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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, )