From e296fa5e629332fb9a31a3900827db5466407e35 Mon Sep 17 00:00:00 2001 From: Amrit Krishnan Date: Tue, 19 Dec 2023 22:31:24 -0500 Subject: [PATCH] Bump to 0.2.2 Mainly releasing this version to relax numpy version, that will allow use in fl4health project Signed-off-by: Amrit Krishnan --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 357d0be46..519dbd7ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycyclops" -version = "0.2.1" +version = "0.2.2" description = "Framework for healthcare ML implementation" authors = ["Vector AI Engineering "] license = "Apache-2.0"