Merge pull request #261 from ethereum/dev

Version bump for master
This commit is contained in:
Hsiao-Wei Wang 2022-05-24 14:23:06 +02:00 committed by GitHub
commit 9ab0b05aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.1.0',
version='2.2.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
DEPOSIT_CLI_VERSION = '2.1.0'
DEPOSIT_CLI_VERSION = '2.2.0'
class BaseChainSetting(NamedTuple):