Compare commits

..

1 Commits

Author SHA1 Message Date
e567676e0e Update bal/core/plugin_base.py
v0.6.0: bump plugin_base version
2026-07-17 17:40:18 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ class BalPlugin(BasePlugin):
""" """
_version = None _version = None
__version__ = "0.5.18" # AUTOMATICALLY GENERATED DO NOT EDIT __version__ = "0.6.0" # AUTOMATICALLY GENERATED DO NOT EDIT
# Command used to open an .ics calendar file, per operating system. # Command used to open an .ics calendar file, per operating system.
default_app = { default_app = {

View File

@@ -1,7 +1,7 @@
{ {
"name": "bal", "name": "bal",
"fullname": "Bitcoin After Life", "fullname": "Bitcoin After Life",
"version": "0.6.0", "version": "0.5.18",
"description": "Provides free and decentralized Bitcoin inheritance support. Build time-locked 'will' transactions that transfer funds to your heirs if you stop refreshing them (dead-man's switch), optionally relayed by will-executor servers.", "description": "Provides free and decentralized Bitcoin inheritance support. Build time-locked 'will' transactions that transfer funds to your heirs if you stop refreshing them (dead-man's switch), optionally relayed by will-executor servers.",
"author": "Svatantrya", "author": "Svatantrya",
"licence": "MIT", "licence": "MIT",