Skip to content

Commit c6cb6b6

Browse files
authored
Merge pull request #251 from CompOmics/version-bump
Version bump
2 parents e5ea2d9 + 15f8086 commit c6cb6b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ms2pip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# isort: skip_file
22
"""MS2PIP: Accurate and versatile peptide fragmentation spectrum prediction."""
33

4-
__version__ = "4.1.0"
4+
__version__ = "4.1.1"
55

66
from warnings import filterwarnings
77

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords = [
1616
]
1717
authors = [
1818
{ name = "Ralf Gabriels", email = "[email protected]" },
19-
{ name = "Sven Degroeve", email = "[email protected]" },
19+
{ name = "Sven Degroeve" },
2020
{ name = "Arthur Declercq", email = "[email protected]" },
2121
{ name = "Kevin Velghe", email = "[email protected]" },
2222
{ name = "Ana Sílvia C. Silva" },

0 commit comments

Comments
 (0)