From 6468532d3b94228a1e2b477801c470514a182f72 Mon Sep 17 00:00:00 2001 From: Rens Holmer <8225367+holmrenser@users.noreply.github.com> Date: Fri, 31 May 2024 14:27:45 +0200 Subject: [PATCH] v0.0.25 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9bd8e5a..ef8a454 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "picea" -version = "0.0.24" +version = "0.0.25" description = "A lightweight python library for working with trees and biological sequence collections" authors = ["Rens Holmer"] readme = "README.md"