From 7d34a197ab0cbd7f97de07416fd567ff81f71e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Morales?= Date: Mon, 6 Nov 2023 17:20:09 -0600 Subject: [PATCH] v0.11.0 --- mlforecast/__init__.py | 2 +- settings.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mlforecast/__init__.py b/mlforecast/__init__.py index 0168d8e1..12e2f775 100644 --- a/mlforecast/__init__.py +++ b/mlforecast/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.10.0" +__version__ = "0.11.0" __all__ = ['MLForecast'] from mlforecast.forecast import MLForecast diff --git a/settings.ini b/settings.ini index c9b9c7f5..e10e7f1e 100644 --- a/settings.ini +++ b/settings.ini @@ -8,7 +8,7 @@ author = José Morales author_email = jmoralz92@gmail.com copyright = Nixtla branch = main -version = 0.10.0 +version = 0.11.0 min_python = 3.8 audience = Developers language = English