We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85e1f13 + 42813b5 commit e53772bCopy full SHA for e53772b
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="staking_deposit",
9
- version='2.5.0',
+ version='2.5.1',
10
py_modules=["staking_deposit"],
11
packages=find_packages(exclude=('tests', 'docs')),
12
python_requires=">=3.8,<4",
staking_deposit/settings.py
@@ -1,7 +1,7 @@
1
from typing import Dict, NamedTuple
2
from eth_utils import decode_hex
3
4
-DEPOSIT_CLI_VERSION = '2.5.0'
+DEPOSIT_CLI_VERSION = '2.5.1'
5
class BaseChainSetting(NamedTuple):
0 commit comments