mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2024-12-22 19:50:34 +00:00
Merge pull request #130 from ethereum/v0.0.4-hotfix
HOTFIX: Hardcode version number for binary builds
This commit is contained in:
commit
72b3912a0f
@ -1,8 +1,7 @@
|
||||
from typing import Dict, NamedTuple
|
||||
import pkg_resources
|
||||
|
||||
|
||||
DEPOSIT_CLI_VERSION = pkg_resources.require("eth2deposit")[0].version
|
||||
DEPOSIT_CLI_VERSION = "0.4.0"
|
||||
|
||||
|
||||
class BaseChainSetting(NamedTuple):
|
||||
|
Loading…
Reference in New Issue
Block a user