From 97f0f59e4f862ec9d3cfb31a45c97bb76b9f4ede Mon Sep 17 00:00:00 2001 From: Peter Corke Date: Thu, 27 Aug 2026 10:01:44 +1000 Subject: [PATCH] chore: Bump version to 1.1.17 Publishing some of the PR backlog that was merged but not published. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f376a912..95919eb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "spatialmath-python" -version = "1.1.16" +version = "1.1.17" authors = [ { name="Peter Corke", email="rvc@petercorke.com" }, ]