diff --git a/pyproject.toml b/pyproject.toml index 04191d9..8bb6071 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cstag" -version = "1.0.3" +version = "1.0.4" description = "Python module to manipulate the minimap2's CS tag" authors = ["Akihiro Kuno "] homepage = "https://github.com/akikuno/cstag"