From 7d251353a1e97ba29cd97a2a000d7221f38298ed Mon Sep 17 00:00:00 2001 From: jak_tkvs <32125829+jckkvs@users.noreply.github.com> Date: Fri, 21 Apr 2023 10:59:40 +0900 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c08653e..5c059c1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='bartpy', - version='0.0.2', + version='0.0.2b', description='Bayesian Additive Regression Trees for Python', url='https://github.com/JakeColtman/bartpy', author='Jake Coltman',