We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795e483 commit 549e44aCopy full SHA for 549e44a
CHANGELOG.md
@@ -17,11 +17,9 @@ All notable changes to this project will be documented in this file.
17
- Add MultiProformaAnnot support to mass/chem/fragment/isotope....
18
- Add more inplace args to proforma annotation methods... add_mod, remove_mod ...
19
20
-## [2.4.1]
21
-- bug fix for 'convert_ip2_sequence'
22
-
23
## [2.4.0]
24
- added modification_coverage function to sequence_funcs.py
+- bug fix for 'convert_ip2_sequence'
25
26
## [2.3.0]
27
- bug fixes for isotopes.py
src/peptacular/__init__.py
@@ -2,7 +2,7 @@
2
Peptacular
3
"""
4
5
-__version__ = '2.4.1'
+__version__ = '2.4.0'
6
7
from .chem import *
8
from .sequence import *
0 commit comments