File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 steps :
1414 - uses : actions/checkout@v4
1515
16- - name : Set up Python 3.8
16+ - name : Set up Python 3.9
1717 uses : actions/setup-python@v5
1818 with :
19- python-version : " 3.8 "
19+ python-version : " 3.9 "
2020
2121 - name : Install dependencies
2222 run : |
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ engine results in Python.
3434 :alt: GitHub
3535 :target: https://www.apache.org/licenses/LICENSE-2.0
3636
37- .. image :: https://img.shields.io/twitter /follow/CompOmics ?style=flat-square
38- :alt: Twitter
39- :target: https://twitter.com/ compomics
37+ ..
image ::
https://img.shields.io/badge /follow[email protected] ?style=flat-square&logo=bluesky 38+ :alt: Follow @compomics.com
39+ :target: https://bsky.app/profile/ compomics.com
4040
4141
4242
Original file line number Diff line number Diff line change 11"""Common utilities for parsing and handling PSMs, and search engine results."""
22
3- __version__ = "1.3 .0"
3+ __version__ = "1.4 .0"
44__all__ = ["Peptidoform" , "PSM" , "PSMList" ]
55
66from warnings import filterwarnings
You can’t perform that action at this time.
0 commit comments