From 64ef80c34364bbda535381e6f5bb2ca53474a71c Mon Sep 17 00:00:00 2001 From: Mark Yeatman Date: Wed, 5 Nov 2025 14:15:31 -0500 Subject: [PATCH] Bump version to 1.1.15. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54fc237c..b6070611 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "spatialmath-python" -version = "1.1.14" +version = "1.1.15" authors = [ { name="Peter Corke", email="rvc@petercorke.com" }, ]