Skip to content

Commit 818e229

Browse files
authored
Merge pull request #379 from ethereum/v2.7.0
2 parents ab63e8a + 313a49e commit 818e229

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="staking_deposit",
9-
version='2.6.0',
9+
version='2.7.0',
1010
py_modules=["staking_deposit"],
1111
packages=find_packages(exclude=('tests', 'docs')),
1212
python_requires=">=3.8,<4",

staking_deposit/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import Dict, NamedTuple
22
from eth_utils import decode_hex
33

4-
DEPOSIT_CLI_VERSION = '2.6.0'
4+
DEPOSIT_CLI_VERSION = '2.7.0'
55

66

77
class BaseChainSetting(NamedTuple):

0 commit comments

Comments
 (0)