From 95e83612d7220878d40cf7c4463636bf74428166 Mon Sep 17 00:00:00 2001 From: Vitaliy Mysak Date: Fri, 25 Oct 2024 14:00:32 -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 e48a11f..6f6d626 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "aligntools" -version = "1.1.0" +version = "1.1.1" description = "A Python library for manipulation of CIGAR, MSA, and other alignment formats." readme = "README.md" license = "GPL-3.0"