Skip to content

Commit b65aae8

Browse files
committed
Bump version to 0.1.0
1 parent f4c6a60 commit b65aae8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightgbm_ray/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from lightgbm_ray.sklearn import RayLGBMClassifier, RayLGBMRegressor
77

8-
__version__ = "0.0.3"
8+
__version__ = "0.1.0"
99

1010
__all__ = [
1111
"__version__", "RayParams", "RayDMatrix", "RayDeviceQuantileDMatrix",

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name="lightgbm_ray",
55
packages=find_packages(where=".", include="lightgbm_ray*"),
6-
version="0.0.3",
6+
version="0.1.0",
77
author="Ray Team",
88
description="A Ray backend for distributed LightGBM",
99
long_description="A distributed backend for LightGBM built on top of "

0 commit comments

Comments
 (0)