From 375678eb63cf4a52e705a190f0542a786dd839db Mon Sep 17 00:00:00 2001 From: Franziska Lang Date: Fri, 12 Jul 2024 10:42:51 +0200 Subject: [PATCH 1/2] fix release_yml --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82076c31..b18928cd 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,8 +9,10 @@ jobs: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + with: + python-version: '3.11' - name: Install dependencies run: | python -m pip install --upgrade pip From a951bb9e2e72a511d727dd5cd40abf279471fd7c Mon Sep 17 00:00:00 2001 From: Franziska Lang Date: Fri, 12 Jul 2024 11:26:47 +0200 Subject: [PATCH 2/2] upgrade version --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index fc530e3a..deca59dd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ # The full version, including alpha/beta/rc tags # TODO: it would be great to have a common versioning, but right now it would require importing neofox here which does # TODO: not work in readthedocs environment -release = "1.2.0" +release = "1.2.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 91d18c0d..9fd280ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "neofox" -version = "1.2.0" +version = "1.2.1" description = "NEOantigen Feature tOolboX" authors = [ "TRON - Translational Oncology at the University Medical Center",