bump CLI_VERSION to 2.0.0

This commit is contained in:
Carl Beekhuizen 2022-02-02 21:06:08 -07:00
parent 8907540a92
commit 8a70dcd996
No known key found for this signature in database
GPG Key ID: 8F29E54F49E7AAB5

View File

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