From a27a6d46e5a7e1c9573b3022a18f3005cd8b996e Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Sun, 2 Jun 2024 16:27:19 +0900 Subject: [PATCH] bump version v5.0.0 -> v5.0.1 --- bumpver.toml | 2 +- src/dendropy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bumpver.toml b/bumpver.toml index 73a6b6a18..fa15381b8 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "v5.0.0" +current_version = "v5.0.1" version_pattern = "vMAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true diff --git a/src/dendropy/__init__.py b/src/dendropy/__init__.py index d86883ae5..67f25715d 100644 --- a/src/dendropy/__init__.py +++ b/src/dendropy/__init__.py @@ -105,7 +105,7 @@ ## PACKAGE METADATA import collections __project__ = "DendroPy" -__version__ = "5.0.0" +__version__ = "5.0.1" __author__ = "Jeet Sukumaran and Mark T. Holder and Matthew Andres Moreno" __copyright__ = "Copyright 2010-2022 Jeet Sukumaran and Mark T. Holder." __citation__ = "Moreno, M. A., Sukumaran, J., and M. T. Holder. 2024. DendroPy 5: a mature Python library for phylogenetic computing. arXiv preprint arXiv:2405.14120. https://doi.org/10.48550/arXiv.2405.14120"