Skip to content

Commit

Permalink
Version bump; pin Mokapot to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Jan 15, 2025
1 parent 581da04 commit 0c18d60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ms2rescore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""MS²Rescore: Sensitive PSM rescoring with predicted MS² peak intensities and RTs."""

__version__ = "3.1.2"
__version__ = "3.2.0.dev1"

from warnings import filterwarnings

Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ms2rescore"
description = "MS²Rescore: Sensitive PSM rescoring with predicted MS² peak intensities and retention times."
description = " Modular and user-friendly platform for AI-assisted rescoring of peptide identifications."
readme = "README.md"
license = { file = "LICENSE" }
keywords = [
Expand Down Expand Up @@ -40,7 +40,7 @@ dependencies = [
"im2deep>=0.1.3",
"jinja2>=3",
"lxml>=4.5",
"mokapot>=0.10",
"mokapot==0.10", # 0.11.0 will introduce API changes
"ms2pip>=4.0.0",
"ms2rescore_rs>=0.4.0",
"numpy>=1.25",
Expand Down Expand Up @@ -89,11 +89,11 @@ profile = "black"

[tool.black]
line-length = 99
target-version = ['py38']
target-version = ['py39']

[tool.ruff]
line-length = 99
target-version = 'py38'
target-version = 'py39'

[tool.ruff.lint]
extend-select = ["T201", "T203"]

0 comments on commit 0c18d60

Please sign in to comment.