From 346164207f16af7a30c02cc80184eace003346ea Mon Sep 17 00:00:00 2001 From: donkey-ai Date: Sat, 4 Jul 2026 08:12:25 +0000 Subject: [PATCH] v0.5.1: sync version in plugin_base --- bal/core/plugin_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bal/core/plugin_base.py b/bal/core/plugin_base.py index b31d854..0683884 100644 --- a/bal/core/plugin_base.py +++ b/bal/core/plugin_base.py @@ -91,7 +91,7 @@ class BalPlugin(BasePlugin): """ _version = None - __version__ = "0.5.4" # AUTOMATICALLY GENERATED DO NOT EDIT + __version__ = "0.5.1" # AUTOMATICALLY GENERATED DO NOT EDIT # Command used to open an .ics calendar file, per operating system. default_app = {