mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
expose electrum version as __version__
This commit is contained in:
parent
1c63bca2c7
commit
4f7283a3b0
1 changed files with 3 additions and 0 deletions
|
@ -12,3 +12,6 @@ from . import daemon
|
|||
from .transaction import Transaction
|
||||
from .plugin import BasePlugin
|
||||
from .commands import Commands, known_commands
|
||||
|
||||
|
||||
__version__ = ELECTRUM_VERSION
|
||||
|
|
Loading…
Add table
Reference in a new issue