From d781e3ddf954408fd475c3ceafd00a4a18ad21f5 Mon Sep 17 00:00:00 2001 From: Amrit Krishnan Date: Wed, 15 May 2024 10:01:07 -0400 Subject: [PATCH] Bump to 0.2.8 Signed-off-by: Amrit Krishnan --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 30c274a87..3d118934c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycyclops" -version = "0.2.7" +version = "0.2.8" description = "Framework for healthcare ML implementation" authors = ["Vector AI Engineering "] license = "Apache-2.0"