Skip to content

Commit 3db544d

Browse files
committed
use github actions to release on pypi
1 parent 6aac933 commit 3db544d

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_dependence, plot_variable_importance, predict
1919

2020
__all__ = ["BART", "PGBART"]
21-
__version__ = "0.0.1"
21+
__version__ = "0.0.2"
2222

2323
import pymc as pm
2424

0 commit comments

Comments
 (0)