From 41ebdc8db279dce57d60ff6bb6e3a3d991aede39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Morales?= Date: Fri, 26 Jul 2024 12:24:07 -0600 Subject: [PATCH] v0.2.1 --- settings.ini | 2 +- utilsforecast/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.ini b/settings.ini index c07a349..9aaf588 100644 --- a/settings.ini +++ b/settings.ini @@ -1,7 +1,7 @@ [DEFAULT] repo = utilsforecast lib_name = utilsforecast -version = 0.2.0 +version = 0.2.1 min_python = 3.8 license = apache2 black_formatting = True diff --git a/utilsforecast/__init__.py b/utilsforecast/__init__.py index d3ec452..3ced358 100644 --- a/utilsforecast/__init__.py +++ b/utilsforecast/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.1"