diff --git a/python/pyproject.toml b/python/pyproject.toml index f18f31f..e8cb63e 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tp53" -version = "0.7.0" +version = "0.8.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 7c9cf44..f770987 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.7.0" +private val packageVersion = "0.8.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")