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 9b03623 + 7326f85 commit 9ab0b05Copy full SHA for 9ab0b05
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="staking_deposit",
9
- version='2.1.0',
+ version='2.2.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
3
4
-DEPOSIT_CLI_VERSION = '2.1.0'
+DEPOSIT_CLI_VERSION = '2.2.0'
5
class BaseChainSetting(NamedTuple):
0 commit comments