From e9c61c21633f2ad6deec99038548c3a0e6b5bc6a Mon Sep 17 00:00:00 2001 From: Robert Gottlieb Date: Tue, 11 Apr 2023 11:42:40 -0400 Subject: [PATCH] Update Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 15c39ce..31dcefd 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "McCormick" uuid = "53c679d3-6890-5091-8386-c291e8c8aaa1" authors = ["Matthew Wilhelm "] -version = "0.13.2" +version = "0.13.3" [deps] DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b" @@ -19,7 +19,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" [compat] DiffRules = "1.5" -DocStringExtensions = "~0.8" +DocStringExtensions = "0.8, 0.9" ForwardDiff = "~0.10" IntervalArithmetic = "~0.20" IntervalRootFinding = "~0.5"