From 10c62f684a9ad9b4dfff1c29c97fea7b0d66797f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Morales?= Date: Fri, 20 Sep 2024 02:43:55 +0000 Subject: [PATCH] [skip ci] bump dev version --- python/statsforecast/__init__.py | 2 +- settings.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/statsforecast/__init__.py b/python/statsforecast/__init__.py index e5595986c..a3a94d5b1 100644 --- a/python/statsforecast/__init__.py +++ b/python/statsforecast/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.7.8" +__version__ = "1.7.8.99" __all__ = ["StatsForecast"] from .core import StatsForecast from .distributed import fugue # noqa diff --git a/settings.ini b/settings.ini index 62cd8abf0..484fb4df4 100644 --- a/settings.ini +++ b/settings.ini @@ -8,7 +8,7 @@ author = Nixtla author_email = business@nixtla.io copyright = Nixtla Inc. branch = main -version = 1.7.8 +version = 1.7.8.99 min_python = 3.8 audience = Developers language = English