From 6b9985286939298e8732cfc3aef531da192bb14b Mon Sep 17 00:00:00 2001 From: Manuel Holtgrewe Date: Wed, 18 Oct 2023 07:43:26 +0200 Subject: [PATCH] chore: bump clinvar-this version to 0.12.0 (#24) --- .github/workflows/-build-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/-build-artifacts.yml b/.github/workflows/-build-artifacts.yml index a7f2f99..781ae3a 100644 --- a/.github/workflows/-build-artifacts.yml +++ b/.github/workflows/-build-artifacts.yml @@ -26,7 +26,7 @@ env: # Python version PYTHON_VERSION: "3.11" # clinvar-this package version - CLINVAR_THIS_VERSION: "0.10.2" + CLINVAR_THIS_VERSION: "0.12.0" # Helper to get unique cache keys CACHE_SEED: "0" # Maximal number of RCVs to process (0 = no limit).