From dfee315dc9e0249d562f5fe2ad8fb59f192e1dfc Mon Sep 17 00:00:00 2001 From: meherett Date: Wed, 7 Dec 2022 17:47:12 +0300 Subject: [PATCH] Bump: Python-HDWallet from `v2.1.2` to `v2.2.0` package. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f05a5ef..739e407 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name="hdwallet", - version="v2.1.2", + version="v2.2.0", description="Python-based library for the implementation of a hierarchical deterministic wallet " "generator for more than 140+ multiple cryptocurrencies.", long_description=long_description,