From b891f338cd5d4e4c921cb0c3cb1f10b98eb18377 Mon Sep 17 00:00:00 2001 From: bitcoinafterlife Date: Fri, 17 Jul 2026 17:38:55 +0000 Subject: [PATCH] Update bal/__init__.py v0.6.0: bump __init__ version --- bal/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bal/__init__.py b/bal/__init__.py index 9df8696..589639b 100644 --- a/bal/__init__.py +++ b/bal/__init__.py @@ -36,4 +36,4 @@ The plugin supports Electrum 4.7.2 and 4.8.0 with PyQt6. Electrum 4.8.0 removed available and adapts, so both releases keep working. """ -__version__ = "0.5.18" +__version__ = "0.6.0"