From 18947d59ad2e5ec2fd506b03043a6845288338f9 Mon Sep 17 00:00:00 2001 From: Daniel VandenHeuvel <95613936+DanielVandH@users.noreply.github.com> Date: Mon, 13 May 2024 08:23:03 +0100 Subject: [PATCH] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 657c8ea..a3cb02f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TriangulArt" uuid = "4e825928-4f37-4da1-b333-216cc9c54310" authors = ["Jonathan Carroll"] -version = "1.0.0-DEV" +version = "1.0.1" [deps] DelaunayTriangulation = "927a84f5-c5f4-47a5-9785-b46e178433df"