From 4ff3a05dc634d9ce44777b6221a971ba4470a0bb Mon Sep 17 00:00:00 2001 From: clintval Date: Fri, 13 Dec 2024 17:59:53 -1000 Subject: [PATCH] chore: bump to 0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2461b6b..6daf617 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tp53" -version = "0.3.0" +version = "0.4.0" description = "Tools for programmatically annotating VCFs with the Seshat TP53 database." readme = "README.md" authors = ["Clint Valentine "]