Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit 86a72d2

Browse files
authored
Bump to 0.1.5 for future development (#163)
1 parent b5d725a commit 86a72d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name="xgboost_ray",
55
packages=find_packages(where=".", include="xgboost_ray*"),
6-
version="0.1.4",
6+
version="0.1.5",
77
author="Ray Team",
88
description="A Ray backend for distributed XGBoost",
99
long_description="A distributed backend for XGBoost built on top of "

xgboost_ray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
except ImportError:
1010
pass
1111

12-
__version__ = "0.1.4"
12+
__version__ = "0.1.5"
1313

1414
__all__ = [
1515
"__version__", "RayParams", "RayDMatrix", "RayDeviceQuantileDMatrix",

0 commit comments

Comments
 (0)