Skip to content

Commit

Permalink
Bump version to 0.1.17 (#282)
Browse files Browse the repository at this point in the history
Signed-off-by: Antoni Baum <antoni.baum@protonmail.com>
  • Loading branch information
Yard1 authored Jun 25, 2023
1 parent 8668a77 commit 8daed68
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.16",
version="0.1.17",
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 @@ -20,7 +20,7 @@
except ImportError:
pass

__version__ = "0.1.16"
__version__ = "0.1.17"

__all__ = [
"__version__",
Expand Down

0 comments on commit 8daed68

Please sign in to comment.