Skip to content

Commit

Permalink
bump release (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia committed Feb 3, 2023
1 parent aedc84e commit ec8b84d
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 @@ -18,7 +18,7 @@
from pymc_bart.utils import plot_dependence, plot_variable_importance

__all__ = ["BART", "PGBART"]
__version__ = "0.3.1"
__version__ = "0.3.2"


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

0 comments on commit ec8b84d

Please sign in to comment.