expose electrum version as __version__

This commit is contained in:
SomberNight 2018-10-31 16:21:04 +01:00
parent 1c63bca2c7
commit 4f7283a3b0
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -12,3 +12,6 @@ from . import daemon
from .transaction import Transaction
from .plugin import BasePlugin
from .commands import Commands, known_commands
__version__ = ELECTRUM_VERSION