Merge pull request #130 from ethereum/v0.0.4-hotfix

HOTFIX: Hardcode version number for binary builds
This commit is contained in:
Carl Beekhuizen 2020-10-01 15:34:57 +02:00 committed by GitHub
commit 72b3912a0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):