From 59f6cc5fa56c57f450d7d8f7ce33052aa7ac8c58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Morales?= Date: Thu, 14 Nov 2024 11:42:25 -0600 Subject: [PATCH] v0.15.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 02590ab5..c15c7504 100644 --- a/mlforecast/__init__.py +++ b/mlforecast/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.14.0" +__version__ = "0.15.0" __all__ = ['MLForecast'] from mlforecast.forecast import MLForecast diff --git a/settings.ini b/settings.ini index 60bd2b20..ee8a0b89 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.14.0 +version = 0.15.0 min_python = 3.8 audience = Developers language = English