Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yard1 committed Jul 26, 2021
1 parent f4c6a60 commit b65aae8
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.0.3"
__version__ = "0.1.0"

__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.0.3",
version="0.1.0",
author="Ray Team",
description="A Ray backend for distributed LightGBM",
long_description="A distributed backend for LightGBM built on top of "
Expand Down

0 comments on commit b65aae8

Please sign in to comment.