Skip to content

Commit 9477f64

Browse files
committed
Ready for v0.8.1
1 parent 828af5c commit 9477f64

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/publish_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
overwrite: false
3939
file_glob: true
4040
- name: Upload artifacts
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: ${{ matrix.os }}-py${{ matrix.python-version }}
4444
path: "dist/*.whl"
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Download artifacts
54-
uses: actions/download-artifact@v3
54+
uses: actions/download-artifact@v4
5555
- run : |
5656
ls -R
5757
mv -v */*.whl .

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v0.08.1
2+
* Update job-pool version to v0.3.0
3+
14
v0.08.0
25
* Update numpy to v2 and python>=3.9 (#34)
36
* Update README to clarify that 0 intensities are considered missing values (#31)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "triqler"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "Triqler: TRansparent Identification-Quantification-Linked Error Rates"
55
authors = ["Matthew The <matthew.the@tum.de>", "Patrick Truong <patrick.truong@scilifelab.se>"]
66
license= "Apache-2.0"

0 commit comments

Comments
 (0)