expose electrum version as __version__
This commit is contained in:
parent
1c63bca2c7
commit
4f7283a3b0
@ -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…
Reference in New Issue
Block a user