diff --git a/setup.py b/setup.py index f9ab2ac6..e0b96e07 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="staking_deposit", - version='2.3.0', + version='2.4.0', py_modules=["staking_deposit"], packages=find_packages(exclude=('tests', 'docs')), python_requires=">=3.8,<4", diff --git a/staking_deposit/settings.py b/staking_deposit/settings.py index 129364de..aab46570 100644 --- a/staking_deposit/settings.py +++ b/staking_deposit/settings.py @@ -1,7 +1,7 @@ from typing import Dict, NamedTuple -DEPOSIT_CLI_VERSION = '2.3.0' +DEPOSIT_CLI_VERSION = '2.4.0' class BaseChainSetting(NamedTuple):