From 48bdcf6035f1ceeb2e4ef2a03099dcb7bf2c800c Mon Sep 17 00:00:00 2001 From: clintval Date: Thu, 12 Dec 2024 09:42:46 -1000 Subject: [PATCH] chore: bump to 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ec67bf..1d457d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tp53" -version = "0.1.0" +version = "0.2.0" description = "Tools for programmatically annotating VCFs with the Seshat TP53 database." readme = "README.md" authors = ["Clint Valentine "]