From 51108f1020018d464ff10e5f312362c8da6e4b4d Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Tue, 26 Sep 2023 20:46:56 -0400 Subject: [PATCH] Update Project.toml --- lib/IntegralsCubature/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/IntegralsCubature/Project.toml b/lib/IntegralsCubature/Project.toml index a3b5a1a2..a4f3b7b5 100644 --- a/lib/IntegralsCubature/Project.toml +++ b/lib/IntegralsCubature/Project.toml @@ -1,7 +1,7 @@ name = "IntegralsCubature" uuid = "c31f79ba-6e32-46d4-a52f-182a8ac42a54" authors = ["Chris Rackauckas "] -version = "0.2.2" +version = "0.2.3" [deps] Cubature = "667455a9-e2ce-5579-9412-b964f529a492"