From 142d6acc359fa85c438966437ca9b04f46a2d80c Mon Sep 17 00:00:00 2001 From: Mark Yeatman Date: Wed, 30 Oct 2024 12:40:05 -0400 Subject: [PATCH] Bump version number. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 23168906..cead2ac3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "spatialmath-python" -version = "1.1.12" +version = "1.1.13" authors = [ { name="Peter Corke", email="rvc@petercorke.com" }, ]