Skip to content

Commit e53772b

Browse files
authored
Merge pull request #2 from stakewise/update-version
Update version
2 parents 85e1f13 + 42813b5 commit e53772b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="staking_deposit",
9-
version='2.5.0',
9+
version='2.5.1',
1010
py_modules=["staking_deposit"],
1111
packages=find_packages(exclude=('tests', 'docs')),
1212
python_requires=">=3.8,<4",

staking_deposit/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import Dict, NamedTuple
22
from eth_utils import decode_hex
33

4-
DEPOSIT_CLI_VERSION = '2.5.0'
4+
DEPOSIT_CLI_VERSION = '2.5.1'
55

66

77
class BaseChainSetting(NamedTuple):

0 commit comments

Comments
 (0)