From 5089c3308dcfe6754b9ba23fc74f949534c86a2f Mon Sep 17 00:00:00 2001 From: Reinhold Willcox <33348824+reinhold-willcox@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:21:40 +0200 Subject: [PATCH] New fix for contours (#58) * the code to get the bounding regions for the contours was causing the BoundsError. This has been fixed here * updated version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 05a0116..dec15ac 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SideKicks" uuid = "ae7baef6-f8d7-4188-9988-8bf5c4952615" authors = ["Pablo Marchant ", "Reinhold Willcox "] -version = "0.3.1" +version = "0.3.2" [deps] CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"