Skip to content

Commit 05467b3

Browse files
authored
bump version (#105)
1 parent 0917ab4 commit 05467b3

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
@@ -25,7 +25,7 @@
2525
)
2626

2727
__all__ = ["BART", "PGBART"]
28-
__version__ = "0.4.0"
28+
__version__ = "0.5.0"
2929

3030

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

0 commit comments

Comments
 (0)