From d8192190e1b4d5d2326a991230b841771c591359 Mon Sep 17 00:00:00 2001 From: sureshhewa Date: Fri, 9 Aug 2024 10:30:32 +0100 Subject: [PATCH] fixes for mascot --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 724bf52..8234a18 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def get_version(rel_path): setup( name="xi-mzidentml-converter", - version="0.2.3", + version="0.2.4", description="xi-mzidentml-converter uses pyteomics (https://pyteomics.readthedocs.io/en/latest/index.html) to " "parse mzIdentML files (v1.2.0) and extract crosslink information. Results are written to a " "relational database (PostgreSQL or SQLite) using sqlalchemy.", @@ -39,7 +39,7 @@ def get_version(rel_path): 'numpy>=1.14.3', 'pandas>=0.21.0', 'pymzml>=0.7.8', - 'pyteomics>=4.7.2', + 'pyteomics>=4.7.3', 'requests>=2.31.0', 'urllib3>=1.24.2', 'pytest',