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

Commit bd7e799

Browse files
authored
Bump to 0.1.19 (#295)
1 parent 6a4685b commit bd7e799

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.18",
6+
version="0.1.19",
77
author="Ray Team",
88
description="A Ray backend for distributed XGBoost",
99
license="Apache 2.0",

xgboost_ray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
except ImportError:
2121
pass
2222

23-
__version__ = "0.1.18"
23+
__version__ = "0.1.19"
2424

2525
__all__ = [
2626
"__version__",

0 commit comments

Comments
 (0)