From 1402591d5f2bd4c16c7194bc1b26bf191aff1bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Morales?= Date: Mon, 5 Aug 2024 13:14:46 -0600 Subject: [PATCH] v0.2.3 --- settings.ini | 3 ++- utilsforecast/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/settings.ini b/settings.ini index 40a34b3..8496e8b 100644 --- a/settings.ini +++ b/settings.ini @@ -1,7 +1,7 @@ [DEFAULT] repo = utilsforecast lib_name = utilsforecast -version = 0.2.2 +version = 0.2.3 min_python = 3.8 license = apache2 black_formatting = True @@ -36,3 +36,4 @@ allowed_cell_metadata_keys = jupyter_hooks = True clean_ids = True clear_all = False +cell_number = True diff --git a/utilsforecast/__init__.py b/utilsforecast/__init__.py index b5fdc75..d31c31e 100644 --- a/utilsforecast/__init__.py +++ b/utilsforecast/__init__.py @@ -1 +1 @@ -__version__ = "0.2.2" +__version__ = "0.2.3"