Skip to content

Commit ab831a0

Browse files
authored
bump version (#130)
1 parent c415074 commit ab831a0

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.5.3"
28+
__version__ = "0.5.4"
2929

3030

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

0 commit comments

Comments
 (0)