From b7ecd6df1fbc95568ba34f0eaf76ecd044ab088d Mon Sep 17 00:00:00 2001 From: theGreatHerrLebert Date: Thu, 12 Sep 2024 12:21:41 +0200 Subject: [PATCH 1/2] version bump --- imspy/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imspy/pyproject.toml b/imspy/pyproject.toml index 7ae13bc4..59f8277b 100644 --- a/imspy/pyproject.toml +++ b/imspy/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "imspy" -version = "0.2.31" +version = "0.2.32" description = "" authors = ["theGreatHerrLebert "] readme = "README.md" @@ -20,7 +20,7 @@ wandb = ">=0.12.1" pyopenms = ">=2.6.0" sagepy = ">=0.2.22" -imspy-connector = ">=0.2.29" +imspy-connector = ">=0.2.32" scipy = ">=1.7.1" tqdm = ">=4.66" From 3e457ee25005b3bf57ca41b0aed7deebe3beb3d8 Mon Sep 17 00:00:00 2001 From: theGreatHerrLebert Date: Thu, 12 Sep 2024 12:22:06 +0200 Subject: [PATCH 2/2] version bump --- imspy_connector/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imspy_connector/Cargo.toml b/imspy_connector/Cargo.toml index 3734592e..59f41a21 100644 --- a/imspy_connector/Cargo.toml +++ b/imspy_connector/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imspy-connector" -version = "0.2.31" +version = "0.2.32" edition = "2021" [lib]