Skip to content

Commit

Permalink
Try #67:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] committed May 30, 2022
2 parents ed16f90 + 95423f0 commit 9309620
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Expand Up @@ -3,7 +3,7 @@ uuid = "7a57a42e-76ec-4ea3-a279-07e840d6d9cf"
keywords = ["probablistic programming"]
license = "MIT"
desc = "Common interfaces for probabilistic programming"
version = "0.5.2"
version = "0.5.3"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand All @@ -14,5 +14,5 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
AbstractMCMC = "2, 3, 4"
DensityInterface = "0.4"
Setfield = "0.7.1, 0.8"
Setfield = "0.7.1, 0.8, 1"
julia = "1.6"
2 changes: 1 addition & 1 deletion test/Project.toml
Expand Up @@ -6,5 +6,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Documenter = "0.26.3, 0.27"
Setfield = "0.7.1, 0.8"
Setfield = "0.7.1, 0.8, 1"
julia = "1"

0 comments on commit 9309620

Please sign in to comment.