Skip to content

Commit 45bc0b6

Browse files
authored
Merge pull request #116 from compomics/version-bump
Version bump
2 parents 16873bf + 52234fc commit 45bc0b6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

psm_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

66
from warnings import filterwarnings

0 commit comments

Comments
 (0)