Skip to content

Commit

Permalink
Bump version to 0.1.15 (#268)
Browse files Browse the repository at this point in the history
Signed-off-by: Antoni Baum <[email protected]>
  • Loading branch information
Yard1 authored Feb 14, 2023
1 parent f16521a commit 3e563f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion xgboost_ray/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
except ImportError:
pass

__version__ = "0.1.14"
__version__ = "0.1.15"

__all__ = [
"__version__", "RayParams", "RayDMatrix", "RayDeviceQuantileDMatrix",
Expand Down

0 comments on commit 3e563f9

Please sign in to comment.