Skip to content

Commit 8dd242f

Browse files
committed
chore: bump to 0.8.0
1 parent 3024669 commit 8dd242f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tp53"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
description = "Python tools for programmatically annotating VCFs with the Seshat TP53 database."
55
readme = "README.md"
66
authors = ["Clint Valentine <[email protected]>"]

scala/build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import os._
1111
import java.util.jar.Attributes.Name.{IMPLEMENTATION_VERSION => ImplementationVersion}
1212

1313
/** The official package version. */
14-
private val packageVersion = "0.7.0"
14+
private val packageVersion = "0.8.0"
1515

1616
/** All the packages we will exclude that come bundled with HTSJDK and Picard. */
1717
private val htsjdkAndPicardExcludes = Seq("org.apache.ant", "gov.nih.nlm.ncbi", "org.testng", "com.google.cloud.genomics")

0 commit comments

Comments
 (0)