Skip to content

Commit

Permalink
release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RektPunk committed Jul 11, 2024
1 parent 75c4cc0 commit 3c268a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quantile_tree/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .model import QuantileRegressorLgb, QuantileRegressorXgb

__version__ = "0.1.1"
__version__ = "0.1.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="quantile-tree",
version="0.1.1",
version="0.1.2",
packages=find_packages(),
install_requires=[
"numpy>=2.0.0",
Expand Down

0 comments on commit 3c268a0

Please sign in to comment.