From 56f4364ae5e0826822e5c1b361bd10c26645ccfd Mon Sep 17 00:00:00 2001 From: meherett Date: Tue, 26 Nov 2024 18:02:59 +0300 Subject: [PATCH] Bump: Python-HDWallet into v3.0.0 package --- hdwallet/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdwallet/info.py b/hdwallet/info.py index 4f7ff12..c93288e 100644 --- a/hdwallet/info.py +++ b/hdwallet/info.py @@ -7,7 +7,7 @@ from typing import List __name__: str = "hdwallet" -__version__: str = "v3.0.0b4" +__version__: str = "v3.0.0" __license__: str = "MIT" __author__: str = "Meheret Tesfaye Batu" __email__: str = "meherett.batu@gmail.com"