From 94d96635da9e1911487269117f3ca33a9b74b1e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Morales?= Date: Mon, 4 Mar 2024 12:01:32 -0600 Subject: [PATCH] v0.12.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 a5537586..da59f0dd 100644 --- a/mlforecast/__init__.py +++ b/mlforecast/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.11.8" +__version__ = "0.12.0" __all__ = ['MLForecast'] from mlforecast.forecast import MLForecast diff --git a/settings.ini b/settings.ini index 17c5b1c3..0dc12929 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.11.8 +version = 0.12.0 min_python = 3.8 audience = Developers language = English