From 95ef491c74d7de3e3605a6899922ae9b78c25bb3 Mon Sep 17 00:00:00 2001 From: schillic Date: Thu, 11 Apr 2024 08:26:17 +0200 Subject: [PATCH] ReachabilityAnalysis v0.25.0 --- Project.toml | 2 +- docs/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index c2cddcee..e77ac295 100644 --- a/Project.toml +++ b/Project.toml @@ -9,7 +9,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] -ReachabilityAnalysis = "0.18.6 - 0.24" +ReachabilityAnalysis = "0.18.6 - 0.25" ReachabilityBase = "0.2.3" Reexport = "1" SparseArrays = "<0.0.1, 1.6" diff --git a/docs/Project.toml b/docs/Project.toml index df0fd022..edc98411 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -14,5 +14,5 @@ Literate = "2" MAT = "0.10" ModelingToolkit = "8" Plots = "1" -ReachabilityAnalysis = "0.22 - 0.24" +ReachabilityAnalysis = "0.22 - 0.25" ReachabilityBase = "0.2.3"