From 91eef1090b2533bbeab654343b766d65696f7b83 Mon Sep 17 00:00:00 2001 From: bbergua <91892679+bbergua@users.noreply.github.com> Date: Sun, 31 Dec 2023 09:17:54 +0100 Subject: [PATCH] Update __init__.py --- ffn/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffn/__init__.py b/ffn/__init__.py index 49f3024..78b2f9d 100644 --- a/ffn/__init__.py +++ b/ffn/__init__.py @@ -8,4 +8,4 @@ core.extend_pandas() -__version__ = "0.4.0" +__version__ = "1.0.0"