From 11357ff6c50865fccade2193c05f77684dbbde05 Mon Sep 17 00:00:00 2001 From: dehann Date: Sat, 14 Mar 2020 16:24:25 -0400 Subject: [PATCH] bump v0.2.4 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4b39bf9..fd391cd 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "TransformUtils" uuid = "9b8138ad-1b09-5408-aa39-e87ed6d21b63" keywords = ["coordinates", "reference frames", "SE2", "SO3", "quaternion", "robotics", "navigation"] desc = "Handy coordinate transformation tools between various conventions." -version = "0.2.3" +version = "0.2.4" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"