Skip to content

Commit 549e44a

Browse files
v2.4.0
1 parent 795e483 commit 549e44a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ All notable changes to this project will be documented in this file.
1717
- Add MultiProformaAnnot support to mass/chem/fragment/isotope....
1818
- Add more inplace args to proforma annotation methods... add_mod, remove_mod ...
1919

20-
## [2.4.1]
21-
- bug fix for 'convert_ip2_sequence'
22-
2320
## [2.4.0]
2421
- added modification_coverage function to sequence_funcs.py
22+
- bug fix for 'convert_ip2_sequence'
2523

2624
## [2.3.0]
2725
- bug fixes for isotopes.py

src/peptacular/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Peptacular
33
"""
44

5-
__version__ = '2.4.1'
5+
__version__ = '2.4.0'
66

77
from .chem import *
88
from .sequence import *

0 commit comments

Comments
 (0)