From 66f99cb0e952eaf967a2cddfa699f70dd4617830 Mon Sep 17 00:00:00 2001 From: Rob J Goedman Date: Fri, 20 Jan 2023 07:19:32 -0700 Subject: [PATCH] Rel 7.0.4 - Allow DocStringExtensions v0.8 and v0.9 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 21f4293..9b0119f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "StanSample" uuid = "c1514b29-d3a0-5178-b312-660c88baa699" authors = ["Rob J Goedman "] -version = "7.0.3" +version = "7.0.4" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" @@ -28,7 +28,7 @@ CSV = "0.10" CompatHelperLocal = "0.1" DataFrames = "1.3" DelimitedFiles = "1.8, 1.9" -DocStringExtensions = "0.9" +DocStringExtensions = "0.8, 0.9" JSON = "0.21" NamedTupleTools = "0.14" OrderedCollections = "1.4"