From f8e790fb6492154cb7fd2a334fdb0243279af3c9 Mon Sep 17 00:00:00 2001 From: Amrit Krishnan Date: Mon, 11 Mar 2024 13:49:58 -0400 Subject: [PATCH] Bump to v0.2.4 Signed-off-by: Amrit Krishnan --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2a91d643..60e0222bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycyclops" -version = "0.2.3" +version = "0.2.4" description = "Framework for healthcare ML implementation" authors = ["Vector AI Engineering "] license = "Apache-2.0"