Skip to content

Commit

Permalink
Bump to v0.1.0 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
krfricke authored May 20, 2021
1 parent eee7831 commit 18104dc
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.0.6",
version="0.1.0",
author="Ray Team",
description="A Ray backend for distributed XGBoost",
long_description="A distributed backend for XGBoost built on top of "
Expand Down
2 changes: 1 addition & 1 deletion xgboost_ray/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
RayFileType, RayShardingMode, \
Data, combine_data

__version__ = "0.0.6"
__version__ = "0.1.0"

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

0 comments on commit 18104dc

Please sign in to comment.