File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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 >
2
5
3
6
# Bitcoin Improvement Proposal - 0038 / BIP38
4
7
Original file line number Diff line number Diff line change 7
7
from typing import List
8
8
9
9
__name__ : str = "bip38"
10
- __version__ : str = "v1.3.0 "
10
+ __version__ : str = "v1.3.1 "
11
11
__license__ : str = "MIT"
12
12
__author__ : str = "Meheret Tesfaye Batu"
13
13
__email__ :
str = "[email protected] "
You can’t perform that action at this time.
0 commit comments