Skip to content

Commit

Permalink
chore: bump to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Dec 16, 2024
1 parent 8ba8f9a commit 0c632b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <valentine.clint@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion scala/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 0c632b1

Please sign in to comment.