Skip to content

Commit

Permalink
Merge pull request #197 from ethereum/v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww authored Apr 2, 2021
2 parents da8eab9 + 3efbc92 commit 17b7363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eth2deposit/settings.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Dict, NamedTuple


DEPOSIT_CLI_VERSION = '1.1.1'
DEPOSIT_CLI_VERSION = '1.2.0'


class BaseChainSetting(NamedTuple):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="eth2deposit",
version='1.1.1',
version='1.2.0',
py_modules=["eth2deposit"],
packages=find_packages(exclude=('tests', 'docs')),
python_requires=">=3.7,<4",
Expand Down

0 comments on commit 17b7363

Please sign in to comment.