Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia authored Sep 13, 2022
1 parent 72e030d commit aebc0ac
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, predict

__all__ = ["BART", "PGBART"]
__version__ = "0.0.2"
__version__ = "0.0.3"

import pymc as pm

Expand Down

0 comments on commit aebc0ac

Please sign in to comment.