From 7c9e2b24155fac07e4e6858a0eed6ed8df2e9924 Mon Sep 17 00:00:00 2001 From: Akihiro Kuno Date: Thu, 8 Feb 2024 18:55:05 +0900 Subject: [PATCH] bump v1.0.6 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8ec5d6c..c7d505a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cstag" -version = "1.0.5" -description = "Python library tailored for for manipulating and visualizing minimap2's cs tags" +version = "1.0.6" +description = "Python library tailored for manipulating and visualizing minimap2's cs tags" authors = ["Akihiro Kuno "] homepage = "https://github.com/akikuno/cstag" repository = "https://github.com/akikuno/cstag"