Bump version to v2.5.0

This commit is contained in:
Hsiao-Wei Wang 2023-03-14 04:16:12 +08:00
parent 395f81367a
commit c3df6f0b7f
No known key found for this signature in database
GPG Key ID: AE3D6B174F971DE4
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ THIS IS A STUB FOR RUNNING THE APP
setup(
name="staking_deposit",
version='2.4.0',
version='2.5.0',
py_modules=["staking_deposit"],
packages=find_packages(exclude=('tests', 'docs')),
python_requires=">=3.8,<4",

View File

@ -1,7 +1,7 @@
from typing import Dict, NamedTuple
from eth_utils import decode_hex
DEPOSIT_CLI_VERSION = '2.4.0'
DEPOSIT_CLI_VERSION = '2.5.0'
class BaseChainSetting(NamedTuple):