From f3dde9f4f13e3f10ec9cb76b605aed79bc34a35f Mon Sep 17 00:00:00 2001 From: Nicolas Palacio Date: Sun, 17 Nov 2024 14:34:27 +0100 Subject: [PATCH] Bump version to 0.1.1 --- src/funki/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/funki/__init__.py b/src/funki/__init__.py index 642425b..7b8f567 100644 --- a/src/funki/__init__.py +++ b/src/funki/__init__.py @@ -4,7 +4,7 @@ from . import preprocessing from . import pipelines -__version__ = '0.1.0' +__version__ = '0.1.1' _colors = { 'red': '#eb3f1b', 'yellow': '#f6c510',