From fd4dde23e58b9c44cc5a277dba51a3b68f25ea13 Mon Sep 17 00:00:00 2001 From: Nick Ufer Date: Wed, 18 Dec 2024 19:39:06 +0100 Subject: [PATCH] chore: bump version to 0.0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f129808..aeaac49 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "manifold3d" description = "Bindings for Manifold - a Geometry library for topological robustness" homepage = "https://github.com/NickUfer/manifold3d-rs" license = "Apache-2.0" -version = "0.0.5" +version = "0.0.6" edition = "2021" include = [ "/src",