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