Skip to content

Commit d6ab10a

Browse files
committed
version bump
1 parent ddb588c commit d6ab10a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uuid = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
33
keywords = ["markov chain monte carlo", "probabilistic programming"]
44
license = "MIT"
55
desc = "A lightweight interface for common MCMC methods."
6-
version = "5.4.0"
6+
version = "5.5.0"
77

88
[deps]
99
BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"

src/AbstractMCMC.jl

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ word, the sampler should implement a consistent transformation between its inter
100100
and the vector representation of the parameter values.
101101
"""
102102
function setparams!! end
103+
103104
include("samplingstats.jl")
104105
include("logging.jl")
105106
include("interface.jl")

0 commit comments

Comments
 (0)