From 9c162a06f3493bec55efaef268cc9952ef43fc94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Morales?= Date: Tue, 14 Jan 2025 13:20:02 -0600 Subject: [PATCH] v1.0.1 --- 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 22e48e2e..761339c0 100644 --- a/mlforecast/__init__.py +++ b/mlforecast/__init__.py @@ -1,3 +1,3 @@ -__version__ = "1.0.0" +__version__ = "1.0.1" __all__ = ['MLForecast'] from mlforecast.forecast import MLForecast diff --git a/settings.ini b/settings.ini index a94f474f..04f47edb 100644 --- a/settings.ini +++ b/settings.ini @@ -8,7 +8,7 @@ author = José Morales author_email = jmoralz92@gmail.com copyright = Nixtla branch = main -version = 1.0.0 +version = 1.0.1 min_python = 3.9 audience = Developers language = English