Skip to content

Commit

Permalink
Version 4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
levitsky committed Jul 30, 2024
1 parent 69b8cfa commit 579f185
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
4.7.3a2
-------
4.7.3
-----

- Add compatibility with NumPy 2.0.
- Fix `#153 <https://github.com/levitsky/pyteomics/issues/153>`_. MGF parser now recognizes precursor charge specified
Expand Down
2 changes: 1 addition & 1 deletion pyteomics/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"""

__version__ = '4.7.3a2'
__version__ = '4.7.3'

from collections import namedtuple
import re
Expand Down

0 comments on commit 579f185

Please sign in to comment.