Skip to content

Commit

Permalink
Bump version to 0.1.7
Browse files Browse the repository at this point in the history
Signed-off-by: Antoni Baum <[email protected]>
  • Loading branch information
Yard1 committed Oct 6, 2022
1 parent 17633dd commit 545dd8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lightgbm_ray/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from lightgbm_ray.sklearn import RayLGBMClassifier, RayLGBMRegressor

__version__ = "0.1.6"
__version__ = "0.1.7"

__all__ = [
"__version__", "RayParams", "RayDMatrix", "RayDeviceQuantileDMatrix",
Expand Down
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="lightgbm_ray",
packages=find_packages(where=".", include="lightgbm_ray*"),
version="0.1.6",
version="0.1.7",
author="Ray Team",
description="A Ray backend for distributed LightGBM",
license="Apache 2.0",
Expand Down

0 comments on commit 545dd8f

Please sign in to comment.