From 3e563f941d5cd757122997807763b2f1bb5d64dd Mon Sep 17 00:00:00 2001 From: Antoni Baum Date: Tue, 14 Feb 2023 10:12:19 -0800 Subject: [PATCH] Bump version to 0.1.15 (#268) Signed-off-by: Antoni Baum --- setup.py | 2 +- xgboost_ray/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a6a63edc..99c360d9 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="xgboost_ray", packages=find_packages(where=".", include="xgboost_ray*"), - version="0.1.14", + version="0.1.15", author="Ray Team", description="A Ray backend for distributed XGBoost", license="Apache 2.0", diff --git a/xgboost_ray/__init__.py b/xgboost_ray/__init__.py index 42d5053c..c9699960 100644 --- a/xgboost_ray/__init__.py +++ b/xgboost_ray/__init__.py @@ -9,7 +9,7 @@ except ImportError: pass -__version__ = "0.1.14" +__version__ = "0.1.15" __all__ = [ "__version__", "RayParams", "RayDMatrix", "RayDeviceQuantileDMatrix",