From afddbc41127856702ac9ba906a70fa7a3172b97e Mon Sep 17 00:00:00 2001 From: Mitchell O'Hara-Wild Date: Thu, 28 Nov 2024 15:07:50 +1100 Subject: [PATCH] Increment version number to 0.4.1.9000 --- DESCRIPTION | 2 +- NEWS.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index dc400334..c3b59949 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: fable Title: Forecasting Models for Tidy Time Series -Version: 0.4.1 +Version: 0.4.1.9000 Description: Provides a collection of commonly used univariate and multivariate time series forecasting models including automatically selected exponential smoothing (ETS) and autoregressive integrated moving average (ARIMA) models. diff --git a/NEWS.md b/NEWS.md index 692314c6..cdc4d504 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# fable (development version) + # fable 0.4.1 ## Bug fixes