From b2993c0a58328bbd5719c53e829b709b2ac3d4e6 Mon Sep 17 00:00:00 2001 From: Carl Beekhuizen Date: Tue, 24 May 2022 13:23:43 +0200 Subject: [PATCH] Bumps version number to v2.2.0 --- setup.py | 2 +- staking_deposit/settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index bb48f27b..3e368d44 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="staking_deposit", - version='2.1.0', + version='2.2.0', py_modules=["staking_deposit"], packages=find_packages(exclude=('tests', 'docs')), python_requires=">=3.8,<4", diff --git a/staking_deposit/settings.py b/staking_deposit/settings.py index 868cf281..61de6a08 100644 --- a/staking_deposit/settings.py +++ b/staking_deposit/settings.py @@ -1,7 +1,7 @@ from typing import Dict, NamedTuple -DEPOSIT_CLI_VERSION = '2.1.0' +DEPOSIT_CLI_VERSION = '2.2.0' class BaseChainSetting(NamedTuple):