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