Skip to content

Commit

Permalink
Rel 7.0.4 - Allow DocStringExtensions v0.8 and v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Jan 20, 2023
1 parent 42ea88b commit 66f99cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "StanSample"
uuid = "c1514b29-d3a0-5178-b312-660c88baa699"
authors = ["Rob J Goedman <[email protected]>"]
version = "7.0.3"
version = "7.0.4"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -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"
Expand Down

0 comments on commit 66f99cb

Please sign in to comment.