From c3df6f0b7f42d37768a13306f1cccaa50e2d8417 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Tue, 14 Mar 2023 04:16:12 +0800 Subject: [PATCH] Bump version to v2.5.0 --- setup.py | 2 +- staking_deposit/settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e0b96e07..3f34b5be 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ 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", diff --git a/staking_deposit/settings.py b/staking_deposit/settings.py index 45cf6fc7..9cd24d95 100644 --- a/staking_deposit/settings.py +++ b/staking_deposit/settings.py @@ -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):