From 12344abd69a93f01ecbabf9b4f580f46043f7674 Mon Sep 17 00:00:00 2001 From: roman-bushuiev Date: Mon, 10 Feb 2025 21:32:49 +0100 Subject: [PATCH] Increase pypi version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4980505..7957040 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="massspecgym", packages=find_packages(), - version="1.1.1", + version="1.2.0", description="MassSpecGym: A benchmark for the discovery and identification of molecules", author="MassSpecGym developers", author_email="roman.bushuiev@uochb.cas.cz",