From 6a727bfe8c96e6af7eed0c3e14d58cc2b230c460 Mon Sep 17 00:00:00 2001 From: RektPunk Date: Thu, 18 Jul 2024 18:59:52 +0900 Subject: [PATCH] Release v0.1.3 --- mqboost/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mqboost/__init__.py b/mqboost/__init__.py index 8126f53..21f7dc6 100644 --- a/mqboost/__init__.py +++ b/mqboost/__init__.py @@ -1,3 +1,3 @@ from mqboost.engine import MQRegressor -__version__ = "0.1.2" +__version__ = "0.1.3" diff --git a/pyproject.toml b/pyproject.toml index bdb4fd0..518cf69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mqboost" -version = "0.1.2" +version = "0.1.3" description = "Monotonic composite quantile gradient boost regressor" authors = ["RektPunk "] readme = "README.md"