Skip to content

Commit e8766e0

Browse files
committed
Bump: Python-BIP38 into v1.3.1 package
1 parent 9c410e7 commit e8766e0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<img height="100" alt="BIP38" src="https://raw.githubusercontent.com/talonlab/python-bip38/refs/heads/master/docs/static/svg/bip38-logo.svg">
1+
<div>
2+
<a target="_blank" href="https://github.com/talonlab/bip38-desktop"><img align="right" height="25" alt="Desktop" src="https://img.shields.io/badge/desktop-65619c"></a>
3+
<img height="100" alt="BIP38" src="https://raw.githubusercontent.com/talonlab/python-bip38/refs/heads/master/docs/static/svg/bip38-logo.svg">
4+
</div>
25

36
# Bitcoin Improvement Proposal - 0038 / BIP38
47

bip38/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from typing import List
88

99
__name__: str = "bip38"
10-
__version__: str = "v1.3.0"
10+
__version__: str = "v1.3.1"
1111
__license__: str = "MIT"
1212
__author__: str = "Meheret Tesfaye Batu"
1313
__email__: str = "[email protected]"

0 commit comments

Comments
 (0)