mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2024-12-22 03:30:36 +00:00
Bump version to v2.5.0
This commit is contained in:
parent
395f81367a
commit
c3df6f0b7f
2
setup.py
2
setup.py
@ -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",
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user