Skip to content

Commit

Permalink
bump release 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia authored Dec 23, 2023
1 parent a1adedf commit 071ca35
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.5"
__version__ = "0.5.6"


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

0 comments on commit 071ca35

Please sign in to comment.