From 022bdb33ba482f11e7fe83dc585bac65aa696e02 Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:41:01 -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 ae773e2..4677e47 100644 --- a/pybitblock/PyBlock.py +++ b/pybitblock/PyBlock.py @@ -42,7 +42,7 @@ from embit.wordlists.bip39 import WORDLIST from io import StringIO -version = "2.7.1" +version = "2.7.2" def close(): print("<<< Ctrl + C.\n\n")