From 5f6b59a5a7ef105a7cc6824ac9b1b48872a96ff6 Mon Sep 17 00:00:00 2001 From: meyerscetbon <40204805+meyerscetbon@users.noreply.github.com> Date: Tue, 13 Feb 2024 16:32:55 +0000 Subject: [PATCH] Update the version of the release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68657f7..9371401 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "causica" -version = "0.3.6" +version = "0.4.0" description = "" readme = "README.md" authors = ["Microsoft Research - Causica"]