From ddcc8c4b03450ed6fa0cb0e2689ff2b99d5410d4 Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Thu, 13 Jan 2022 08:28:41 -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 9a0f890..24925d3 100644 --- a/pybitblock/PyBlock.py +++ b/pybitblock/PyBlock.py @@ -33,7 +33,7 @@ from PIL import Image from robohash import Robohash -version = "1.1.9" +version = "1.1.9.1" def close(): print("<<< Back Control + C.\n\n")