Skip to content

Commit ba0a549

Browse files
authored
Merge pull request #56 from bigbio/dev
increase SDRF version to 0.0.32
2 parents d3056f0 + 9b473c1 commit ba0a549

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "quantms-utils"
33
description = "Python scripts and helpers for the quantMS workflow"
44
readme = "README.md"
55
license = "MIT"
6-
version = "0.0.22"
6+
version = "0.0.23"
77
authors = [
88
"Yasset Perez-Riverol <[email protected]>",
99
"Dai Chengxin <[email protected]>",
@@ -31,7 +31,7 @@ packages = [
3131
[tool.poetry.dependencies]
3232
python = "*"
3333
click = "*"
34-
sdrf-pipelines = ">=0.0.31"
34+
sdrf-pipelines = ">=0.0.32"
3535
pyopenms = ">=3.2.0"
3636
pandas = "*"
3737
pyarrow = ">=16.1.0"
@@ -55,4 +55,4 @@ target-version = ["py39"]
5555

5656
[build-system]
5757
requires = ["poetry-core>=1.2.0"]
58-
build-backend = "poetry.core.masonry.api"
58+
build-backend = "poetry.core.masonry.api"

quantmsutils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.22"
1+
__version__ = "0.0.23"

recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# recipe/meta.yaml
22
package:
33
name: quantms-utils
4-
version: "0.0.22"
4+
version: "0.0.23"
55

66
source:
77
path: ../
@@ -23,7 +23,7 @@ requirements:
2323
run:
2424
- python
2525
- click
26-
- sdrf-pipelines>=0.0.31
26+
- sdrf-pipelines>=0.0.32
2727
- pyopenms>=3.3.0
2828
- pandas
2929
- pyarrow>=16.1.0
@@ -43,4 +43,4 @@ about:
4343

4444
extra:
4545
recipe-maintainers:
46-
- ypriverol
46+
- ypriverol

0 commit comments

Comments
 (0)