From 692079e3d1a6a18880e4779e2299059a3b535b61 Mon Sep 17 00:00:00 2001 From: Daniel Stoops Date: Thu, 2 May 2024 15:41:55 +0300 Subject: [PATCH] Update to 0.0.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 715fa6a..9cbbcb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "refers" -version = "0.0.3" +version = "0.0.4" description = "Reference code to improve explainability" authors = ["Daniel Stoops "] readme = "README.md"