From dc92f4090078fbb6fcbafdb31a895e2a017ec3dc Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Thu, 19 Jan 2023 07:48:58 -0300 Subject: [PATCH] Update PyBlock.py --- pybitblock/PyBlock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybitblock/PyBlock.py b/pybitblock/PyBlock.py index dd19e0d..c16057c 100644 --- a/pybitblock/PyBlock.py +++ b/pybitblock/PyBlock.py @@ -40,7 +40,7 @@ from embit.wordlists.bip39 import WORDLIST from io import StringIO -version = "2.0.14" +version = "2.0.15" def close(): print("<<< Ctrl + C.\n\n")