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

Commit add6671

Browse files
authored
Bump to 0.1.11 for future development (#229)
1 parent 69e431e commit add6671

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.10",
6+
version="0.1.11",
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.10"
12+
__version__ = "0.1.11"
1313

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

0 commit comments

Comments
 (0)