From e038d569e74f67579497d0ac2b925851dfe8c30c Mon Sep 17 00:00:00 2001 From: meherett Date: Sat, 24 Aug 2024 19:48:47 +0300 Subject: [PATCH] Bump: Python-BIP38 into v1.2.0 package --- bip38/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip38/info.py b/bip38/info.py index e8f3f52..0b64a4f 100644 --- a/bip38/info.py +++ b/bip38/info.py @@ -7,7 +7,7 @@ from typing import List __name__: str = "bip38" -__version__: str = "v1.1.0" +__version__: str = "v1.2.0" __license__: str = "MIT" __author__: str = "Meheret Tesfaye Batu" __email__: str = "meherett.batu@gmail.com"