From d068ff2b9acc364bdcbad62730fc321e5cb543fb Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Thu, 22 Dec 2022 09:40:59 -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 9dfb4cb..ee7ed68 100644 --- a/pybitblock/PyBlock.py +++ b/pybitblock/PyBlock.py @@ -37,7 +37,7 @@ from embit import bip39 from embit.wordlists.bip39 import WORDLIST -version = "2.0.11" +version = "2.0.12" def close(): print("<<< Ctrl + C.\n\n")