Upload files to "bal"

v0.6.1: version from manifest.json + clean __init__
This commit is contained in:
2026-07-22 13:02:46 +00:00
parent e567676e0e
commit 8aa2175f15
2 changed files with 5 additions and 2 deletions

View File

@@ -36,4 +36,7 @@ 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"
# The plugin version is NOT defined here. It lives only in ``bal/manifest.json``
# (the single source of truth) and is read at runtime via ``get_version()`` in
# ``bal/core/plugin_base.py`` (exposed as the ``BalPlugin.version`` property).
# Keeping a hardcoded ``__version__`` here would just be a stale duplicate.