From 4c248499423cb8823c6a478b376ceaf5bee6c4ed Mon Sep 17 00:00:00 2001 From: sa-and Date: Wed, 28 Feb 2024 17:52:06 +0100 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ac5c30..3649bbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "CausalPlayground" -version = "0.1.4" +version = "0.1.5" requires-python = ">= 3.11" authors = [{name = "Andreas Sauter", email = "a.sauter@vu.nl"}] readme = "README.md"