From de99586efb0c245695017888ebe7c954579b7122 Mon Sep 17 00:00:00 2001 From: clintval Date: Sat, 14 Dec 2024 07:09:39 -0500 Subject: [PATCH] chore: bump to 0.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b6c162..9cf8f9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tp53" -version = "0.5.0" +version = "0.6.0" description = "Tools for programmatically annotating VCFs with the Seshat TP53 database." readme = "README.md" authors = ["Clint Valentine "]