From 6eca1ec165fb8bfa8bb11213d52c9b73e9da7cf6 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Fri, 28 Jun 2024 18:26:06 -0400 Subject: [PATCH] Update Project.toml: whoops, we apparently never had a 0.5 release --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a152a8a..46b1d93 100644 --- a/Project.toml +++ b/Project.toml @@ -3,7 +3,7 @@ uuid = "17051e67-205e-509e-8301-03b320b998e6" license = "MIT" desc = "geometric primitives for piecewise functions on grids" authors = ["Steven G. Johnson, Wonseok Shin , and contributors"] -version = "0.6" +version = "0.5" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"