From 0c57dc00b66b615a98d6cfc17ff676c7ec5a7714 Mon Sep 17 00:00:00 2001 From: Mark Yeatman <129521731+myeatman-bdai@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:57:29 -0400 Subject: [PATCH] Bump version number for release. (#140) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 97674f19..23168906 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [project] name = "spatialmath-python" -version = "1.1.11" +version = "1.1.12" authors = [ { name="Peter Corke", email="rvc@petercorke.com" }, ] -description = "Provides spatial maths capability for Python" +description = "Provides spatial maths capability for Python." readme = "README.md" requires-python = ">=3.7" classifiers = [