mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2025-01-10 04:51:21 +00:00
Merge pull request #260 from ethereum/version_bump
Bumps version number to v2.2.0
This commit is contained in:
commit
7326f85db0
2
setup.py
2
setup.py
@ -6,7 +6,7 @@ THIS IS A STUB FOR RUNNING THE APP
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="staking_deposit",
|
name="staking_deposit",
|
||||||
version='2.1.0',
|
version='2.2.0',
|
||||||
py_modules=["staking_deposit"],
|
py_modules=["staking_deposit"],
|
||||||
packages=find_packages(exclude=('tests', 'docs')),
|
packages=find_packages(exclude=('tests', 'docs')),
|
||||||
python_requires=">=3.8,<4",
|
python_requires=">=3.8,<4",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
from typing import Dict, NamedTuple
|
from typing import Dict, NamedTuple
|
||||||
|
|
||||||
|
|
||||||
DEPOSIT_CLI_VERSION = '2.1.0'
|
DEPOSIT_CLI_VERSION = '2.2.0'
|
||||||
|
|
||||||
|
|
||||||
class BaseChainSetting(NamedTuple):
|
class BaseChainSetting(NamedTuple):
|
||||||
|
Loading…
Reference in New Issue
Block a user