diff --git a/.github/workflows/publish_tp53.yml b/.github/workflows/publish_tp53.yml index 1bb82ef..2bd6840 100644 --- a/.github/workflows/publish_tp53.yml +++ b/.github/workflows/publish_tp53.yml @@ -85,7 +85,7 @@ jobs: uses: orhun/git-cliff-action@v3 id: git-cliff with: - config: pyproject.toml + config: ./python/pyproject.toml args: --latest --verbose env: GITHUB_REPO: ${{ github.repository }} diff --git a/python/pyproject.toml b/python/pyproject.toml index e8cb63e..b2458f0 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tp53" -version = "0.8.0" +version = "0.9.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 f770987..4741aaf 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.8.0" +private val packageVersion = "0.9.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")