From 0c632b15bbed4999399267265976d066529fb42c Mon Sep 17 00:00:00 2001 From: clintval Date: Sun, 15 Dec 2024 22:06:36 -0500 Subject: [PATCH] chore: bump to 0.13.0 --- python/pyproject.toml | 2 +- scala/build.sc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 1b0fac1..5da548b 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tp53" -version = "0.12.0" +version = "0.13.0" description = "Python tools for programmatically annotating VCFs with the Seshat TP53 database." readme = "README.md" authors = ["Clint Valentine "] diff --git a/scala/build.sc b/scala/build.sc index 2bf32dc..a99cc42 100644 --- a/scala/build.sc +++ b/scala/build.sc @@ -11,7 +11,7 @@ import os._ import java.util.jar.Attributes.Name.{IMPLEMENTATION_VERSION => ImplementationVersion} /** The official package version. */ -private val packageVersion = "0.12.0" +private val packageVersion = "0.13.0" /** All the packages we will exclude that come bundled with HTSJDK and Picard. */ private val htsjdkAndPicardExcludes = Seq("org.apache.ant", "gov.nih.nlm.ncbi", "org.testng", "com.google.cloud.genomics")