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

Commit 18104dc

Browse files
authored
Bump to v0.1.0 (#106)
1 parent eee7831 commit 18104dc

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.0.6",
6+
version="0.1.0",
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
@@ -3,7 +3,7 @@
33
RayFileType, RayShardingMode, \
44
Data, combine_data
55

6-
__version__ = "0.0.6"
6+
__version__ = "0.1.0"
77

88
__all__ = [
99
"__version__", "RayParams", "RayDMatrix", "RayDeviceQuantileDMatrix",

0 commit comments

Comments
 (0)