File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-20.04
10
10
11
11
steps :
12
- - uses : actions/checkout@v2
13
- - uses : actions/setup-python@v2
12
+ - uses : actions/checkout@v4
13
+ - uses : actions/setup-python@v5
14
+ with :
15
+ python-version : ' 3.11'
14
16
- name : Install dependencies
15
17
run : |
16
18
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 24
24
# The full version, including alpha/beta/rc tags
25
25
# TODO: it would be great to have a common versioning, but right now it would require importing neofox here which does
26
26
# TODO: not work in readthedocs environment
27
- release = "1.2.0 "
27
+ release = "1.2.1 "
28
28
29
29
30
30
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " neofox"
3
- version = " 1.2.0 "
3
+ version = " 1.2.1 "
4
4
description = " NEOantigen Feature tOolboX"
5
5
authors = [
6
6
" TRON - Translational Oncology at the University Medical Center" ,
You can’t perform that action at this time.
0 commit comments