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 ab63e8a + 313a49e commit 818e229Copy full SHA for 818e229
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="staking_deposit",
9
- version='2.6.0',
+ version='2.7.0',
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.6.0'
+DEPOSIT_CLI_VERSION = '2.7.0'
5
class BaseChainSetting(NamedTuple):
0 commit comments