From e8766e0c61e8279bee8ae4c96740356ce0dd440d Mon Sep 17 00:00:00 2001 From: meherett Date: Sun, 1 Dec 2024 15:04:00 +0300 Subject: [PATCH] Bump: Python-BIP38 into v1.3.1 package --- README.md | 5 ++++- bip38/info.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f275b3e..fdcfbfd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -BIP38 +
+ Desktop + BIP38 +
# Bitcoin Improvement Proposal - 0038 / BIP38 diff --git a/bip38/info.py b/bip38/info.py index 7fb22f4..7a03297 100644 --- a/bip38/info.py +++ b/bip38/info.py @@ -7,7 +7,7 @@ from typing import List __name__: str = "bip38" -__version__: str = "v1.3.0" +__version__: str = "v1.3.1" __license__: str = "MIT" __author__: str = "Meheret Tesfaye Batu" __email__: str = "meherett.batu@gmail.com"