Skip to content

Commit

Permalink
bump version (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia committed Jul 10, 2023
1 parent 0917ab4 commit 05467b3
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 @@ -25,7 +25,7 @@
)

__all__ = ["BART", "PGBART"]
__version__ = "0.4.0"
__version__ = "0.5.0"


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

0 comments on commit 05467b3

Please sign in to comment.