Skip to content

Commit

Permalink
Bump: Python-BIP38 into v1.3.1 package
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Dec 1, 2024
1 parent 9c410e7 commit e8766e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<img height="100" alt="BIP38" src="https://raw.githubusercontent.com/talonlab/python-bip38/refs/heads/master/docs/static/svg/bip38-logo.svg">
<div>
<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>
<img height="100" alt="BIP38" src="https://raw.githubusercontent.com/talonlab/python-bip38/refs/heads/master/docs/static/svg/bip38-logo.svg">
</div>

# Bitcoin Improvement Proposal - 0038 / BIP38

Expand Down
2 changes: 1 addition & 1 deletion bip38/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"
Expand Down

0 comments on commit e8766e0

Please sign in to comment.