Skip to content

Commit

Permalink
bump version (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia authored Mar 15, 2024
1 parent f13f9e4 commit 8546788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
--sdist
--wheel
--outdir dist/
- name: Publish distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
2 changes: 1 addition & 1 deletion pymc_bart/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"plot_pdp",
"plot_variable_importance",
]
__version__ = "0.5.7"
__version__ = "0.5.11"


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

0 comments on commit 8546788

Please sign in to comment.