Skip to content

Commit 9ab0b05

Browse files
authored
Merge pull request #261 from ethereum/dev
Version bump for master
2 parents 9b03623 + 7326f85 commit 9ab0b05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="staking_deposit",
9-
version='2.1.0',
9+
version='2.2.0',
1010
py_modules=["staking_deposit"],
1111
packages=find_packages(exclude=('tests', 'docs')),
1212
python_requires=">=3.8,<4",

staking_deposit/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import Dict, NamedTuple
22

33

4-
DEPOSIT_CLI_VERSION = '2.1.0'
4+
DEPOSIT_CLI_VERSION = '2.2.0'
55

66

77
class BaseChainSetting(NamedTuple):

0 commit comments

Comments
 (0)