[ci][client] Eth Python client automatically infer its version from tags
This commit is contained in:
@@ -1 +1,4 @@
|
||||
__version__ = "0.2.0"
|
||||
try:
|
||||
from ledger_app_clients.ethereum.__version__ import __version__ # noqa
|
||||
except ImportError:
|
||||
__version__ = "unknown version" # noqa
|
||||
|
||||
Reference in New Issue
Block a user