From a4d69ae620fb5f4a0cea465a581624e2cf533812 Mon Sep 17 00:00:00 2001 From: Amrit Krishnan Date: Mon, 6 May 2024 08:39:15 -0400 Subject: [PATCH] Update to v0.2.7 with minor patches --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e4bcda42..cabd02827 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycyclops" -version = "0.2.6" +version = "0.2.7" description = "Framework for healthcare ML implementation" authors = ["Vector AI Engineering "] license = "Apache-2.0"