From 9345c0a558a2027c08dee88a2a023d168be7ca42 Mon Sep 17 00:00:00 2001 From: David Straub Date: Sun, 2 Feb 2025 13:07:18 +0100 Subject: [PATCH] Version .> 0.3.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 770d019..8d43d22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "yclade" -version = "0.3.2" +version = "0.3.3" 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"