From 18958d1f48745d8b7da6d55f02d559500167289e Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Mon, 6 Oct 2025 20:11:23 +0100 Subject: [PATCH] bump-version-for-release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a354c15..e55def4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "assembly_mesh_plugin" -version = "0.1.1" +version = "0.1.3" dependencies = [ "cadquery>=2.6.0", "gmsh",