From a51e40bac3e8d553381c09e3174dab5a895cc685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Morales?= Date: Thu, 20 Jul 2023 00:17:21 -0600 Subject: [PATCH] v0.8.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 b3396a49..9dda0808 100644 --- a/mlforecast/__init__.py +++ b/mlforecast/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.7.4" +__version__ = "0.8.0" __all__ = ['MLForecast'] from mlforecast.forecast import MLForecast diff --git a/settings.ini b/settings.ini index 10291d06..c82e000c 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.7.4 +version = 0.8.0 min_python = 3.6 audience = Developers language = English