From 894d92a29bf08ee0d62039e5e760a229d073222f Mon Sep 17 00:00:00 2001 From: Vitaliy Mysak Date: Thu, 19 Sep 2024 13:44:46 -0700 Subject: [PATCH] Bump project version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e5b482..f150d2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "aligntools" -version = "1.0.4" +version = "1.0.5" description = "A Python library for manipulation of CIGAR, MSA, and other alignment formats." readme = "README.md" license = "GPL-3.0"