Skip to content

Commit

Permalink
Merge pull request #130 from ethereum/v0.0.4-hotfix
Browse files Browse the repository at this point in the history
HOTFIX: Hardcode version number for binary builds
  • Loading branch information
CarlBeek authored Oct 1, 2020
2 parents 7f43610 + da455f9 commit 72b3912
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eth2deposit/settings.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down

0 comments on commit 72b3912

Please sign in to comment.