diff --git a/mqboost/__init__.py b/mqboost/__init__.py index de314d9..8126f53 100644 --- a/mqboost/__init__.py +++ b/mqboost/__init__.py @@ -1,3 +1,3 @@ from mqboost.engine import MQRegressor -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/pyproject.toml b/pyproject.toml index 7c42e73..bdb4fd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mqboost" -version = "0.1.1" +version = "0.1.2" description = "Monotonic composite quantile gradient boost regressor" authors = ["RektPunk "] readme = "README.md"