Merge pull request #197 from ethereum/v1.2.0

This commit is contained in:
Hsiao-Wei Wang 2021-04-02 14:44:41 +08:00 committed by GitHub
commit 17b7363448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
from typing import Dict, NamedTuple from typing import Dict, NamedTuple
DEPOSIT_CLI_VERSION = '1.1.1' DEPOSIT_CLI_VERSION = '1.2.0'
class BaseChainSetting(NamedTuple): class BaseChainSetting(NamedTuple):

View File

@ -6,7 +6,7 @@ THIS IS A STUB FOR RUNNING THE APP
setup( setup(
name="eth2deposit", name="eth2deposit",
version='1.1.1', version='1.2.0',
py_modules=["eth2deposit"], py_modules=["eth2deposit"],
packages=find_packages(exclude=('tests', 'docs')), packages=find_packages(exclude=('tests', 'docs')),
python_requires=">=3.7,<4", python_requires=">=3.7,<4",