From cf67e322cdfa173b5aacf3058bc8ea04b63abc88 Mon Sep 17 00:00:00 2001 From: David Straub Date: Sun, 2 Feb 2025 12:30:13 +0100 Subject: [PATCH] Version -> 0.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 84b63c4..5f0932b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "yclade" -version = "0.3.0" +version = "0.3.1" description = "A Python library to find the position on the human Y chromosome tree given a set of single nucleotide polymorphisms (SNPs)." license = {text = "MIT"} readme = "README.md"