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