Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
prepare release 1.2.1

See merge request tron/addannot!283
  • Loading branch information
franla23 committed Jul 12, 2024
2 parents c0b5282 + 572188f commit 84a8654
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 84a8654

Please sign in to comment.