Skip to content

Commit

Permalink
HOTFIX: Hardcode version number for binary builds
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlBeek committed Oct 1, 2020
1 parent 7f43610 commit da455f9
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 da455f9

Please sign in to comment.