Skip to content

Commit 6e4c051

Browse files
committed
update version
1 parent da8b587 commit 6e4c051

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 2 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.21"
6+
version = "0.0.22"
77
authors = [
88
"Yasset Perez-Riverol <[email protected]>",
99
"Dai Chengxin <[email protected]>",
@@ -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.21"
1+
__version__ = "0.0.22"

recipe/meta.yaml

Lines changed: 2 additions & 2 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.21"
4+
version: "0.0.22"
55

66
source:
77
path: ../
@@ -43,4 +43,4 @@ about:
4343

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

0 commit comments

Comments
 (0)