[ci][client] Eth Python client automatically infer its version from tags

This commit is contained in:
Lucas PASCAL
2024-01-05 16:42:58 +01:00
parent b5e0c8759b
commit 99ba4a9eed
4 changed files with 14 additions and 49 deletions

View File

@@ -1 +1,4 @@
__version__ = "0.2.0"
try:
from ledger_app_clients.ethereum.__version__ import __version__ # noqa
except ImportError:
__version__ = "unknown version" # noqa