Skip to content

Commit

Permalink
Version bump v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlBeek committed Apr 2, 2021
1 parent da8eab9 commit 3efbc92
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 3efbc92

Please sign in to comment.