Skip to content

Commit

Permalink
bump relase (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia authored Nov 18, 2023
1 parent 0c6230b commit d202b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc_bart/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
)

__all__ = ["BART", "PGBART"]
__version__ = "0.5.2"
__version__ = "0.5.3"


pm.STEP_METHODS = list(pm.STEP_METHODS) + [PGBART]

0 comments on commit d202b07

Please sign in to comment.