From 3fb5a0889f8fc1a1011fb18243d172891fc0ace0 Mon Sep 17 00:00:00 2001 From: colin combe Date: Thu, 3 Oct 2024 14:50:13 +0100 Subject: [PATCH] version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0168aaa..234c430 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def get_version(rel_path): setup( name="xi-mzidentml-converter", - version="0.2.5", + version="0.2.6a1", 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.",