Skip to content

Commit

Permalink
Merge pull request #425 from ethereum/version-bump
Browse files Browse the repository at this point in the history
Bumps cli-version 2.7 -> 2.8
  • Loading branch information
CarlBeek authored Nov 26, 2024
2 parents 5ce328c + 438bb81 commit c2a20ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="staking_deposit",
version='2.7.0',
version='2.8.0',
py_modules=["staking_deposit"],
packages=find_packages(exclude=('tests', 'docs')),
python_requires=">=3.12,<4",
Expand Down
2 changes: 1 addition & 1 deletion staking_deposit/settings.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Dict, NamedTuple
from eth_utils import decode_hex

DEPOSIT_CLI_VERSION = '2.7.0'
DEPOSIT_CLI_VERSION = '2.8.0'


class BaseChainSetting(NamedTuple):
Expand Down

0 comments on commit c2a20ce

Please sign in to comment.