Skip to content

Commit

Permalink
bump version v5.0.0 -> v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Jun 2, 2024
1 parent c51f83d commit a27a6d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/dendropy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a27a6d4

Please sign in to comment.