From a100954e4334ebbe6b9f5d0dc125bf34963f5bae Mon Sep 17 00:00:00 2001 From: Rens Holmer <8225367+holmrenser@users.noreply.github.com> Date: Fri, 24 May 2024 11:51:32 +0200 Subject: [PATCH] v0.0.23 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 054e64f..6cfffa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "picea" -version = "0.0.23_alpha" +version = "0.0.23" description = "A lightweight python library for working with trees and biological sequence collections" authors = ["Rens Holmer"] readme = "README.md"