From 760de0cd2c68d3d12773f274f7e24a8c0a000cfb Mon Sep 17 00:00:00 2001 From: aloctavodia Date: Fri, 15 Mar 2024 12:22:20 -0300 Subject: [PATCH] bump version --- .github/workflows/publish-to-test-pypi.yml | 2 +- pymc_bart/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index ff2ccff..0398007 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -29,7 +29,7 @@ jobs: --sdist --wheel --outdir dist/ - + - name: Publish distribution to Test PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: diff --git a/pymc_bart/__init__.py b/pymc_bart/__init__.py index 2e98b7d..bf2aebf 100644 --- a/pymc_bart/__init__.py +++ b/pymc_bart/__init__.py @@ -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]