From 3120dc9e75f12e1a1dc73bfde3797fbdce2459ed Mon Sep 17 00:00:00 2001 From: Yolan Uyttenhove Date: Mon, 18 Nov 2024 10:14:55 +0100 Subject: [PATCH] bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a177fed..5e8763c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "meshless_voronoi" description = "An implementation of the Meshless Voronoi algorithm." -version = "0.7.1" +version = "0.7.2" edition = "2021" license = "MIT OR Apache-2.0 OR LGPL-3.0-only OR LGPL-3.0+" repository = "https://github.com/yuyttenhove/meshless_voro"