Skip to content

Commit a8fc3cb

Browse files
authored
bump release (#72)
1 parent 80f78d6 commit a8fc3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc_bart/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from pymc_bart.utils import plot_convergence, plot_dependence, plot_variable_importance
1919

2020
__all__ = ["BART", "PGBART"]
21-
__version__ = "0.3.2"
21+
__version__ = "0.4.0"
2222

2323

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

0 commit comments

Comments
 (0)