diff --git a/mqboost/__init__.py b/mqboost/__init__.py index c94980f..1d9e1b0 100644 --- a/mqboost/__init__.py +++ b/mqboost/__init__.py @@ -2,4 +2,4 @@ from mqboost.optimize import MQOptimizer from mqboost.regressor import MQRegressor -__version__ = "0.1.5" +__version__ = "0.2.0" diff --git a/pyproject.toml b/pyproject.toml index f75b62a..2b1e50f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mqboost" -version = "0.1.5" +version = "0.2.0" description = "Monotonic composite quantile gradient boost regressor" authors = ["RektPunk "] readme = "README.md"