From b43b30384978a4a365f7e2cc0c8f2d64f4953acc Mon Sep 17 00:00:00 2001 From: Jien Cao Date: Thu, 1 Aug 2024 08:42:48 -0400 Subject: [PATCH] bump version to 1.1.11 in prep to cut a release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e309b81..83bf1050 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "spatialmath-python" -version = "1.1.10" +version = "1.1.11" authors = [ { name="Peter Corke", email="rvc@petercorke.com" }, ]