Skip to content

Commit

Permalink
Update Project.toml (#24)
Browse files Browse the repository at this point in the history
* Update Project.toml

* Update make.jl
  • Loading branch information
yebai authored Nov 10, 2023
1 parent 84cb057 commit 21261cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
name = "SSMProblems"
uuid = "26aad666-b158-4e64-9d35-0e672562fa48"
authors = ["FredericWantiez <frederic.wantiez@gmail.com>"]
version = "0.1.0"
version = "0.1.1"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"

[compat]
AbstractMCMC = "5"
julia = "1.6"
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ DocMeta.setdocmeta!(SSMProblems, :DocTestSetup, :(using SSMProblems); recursive=
makedocs(;
sitename="SSMProblems",
format=Documenter.HTML(),
modules=[SSMProblems],
#modules=[SSMProblems],
pages=[
"Home" => "index.md",
"Examples" => [
Expand Down

0 comments on commit 21261cb

Please sign in to comment.