Skip to content

Commit 1ef0910

Browse files
committed
chore: bump to 0.9.0
1 parent 8dd242f commit 1ef0910

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish_tp53.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
uses: orhun/git-cliff-action@v3
8686
id: git-cliff
8787
with:
88-
config: pyproject.toml
88+
config: ./python/pyproject.toml
8989
args: --latest --verbose
9090
env:
9191
GITHUB_REPO: ${{ github.repository }}

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.8.0"
3+
version = "0.9.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.8.0"
14+
private val packageVersion = "0.9.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)