Skip to content

Commit

Permalink
Merge d1bbb4b into 6fbeffd
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxd3 committed Apr 17, 2024
2 parents 6fbeffd + d1bbb4b commit b8b8882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.8.3"
version = "0.8.4"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand Down
2 changes: 1 addition & 1 deletion src/varname.jl
Expand Up @@ -665,7 +665,7 @@ end

function _parse_obj_optic(ex)
obj, optics = _parse_obj_optics(ex)
optic = Expr(:call, :(Accessors.opticcompose), optics...)
optic = Expr(:call, Accessors.opticcompose, optics...)
obj, optic
end

Expand Down

0 comments on commit b8b8882

Please sign in to comment.