-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump: Python-BIP38 into v1.0.1 package
- Loading branch information
Showing
3 changed files
with
110 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,14 +7,14 @@ | |
from typing import List | ||
|
||
__name__: str = "bip38" | ||
__version__: str = "v1.0.0" | ||
__version__: str = "v1.0.1" | ||
__license__: str = "MIT" | ||
__author__: str = "Meheret Tesfaye Batu" | ||
__email__: str = "[email protected]" | ||
__documentation__: str = "https://bip38.readthedocs.com" | ||
__description__: str = "Python library for implementation of Bitcoin Improvement Proposal - 0038 / BIP38 protocol." | ||
__description__: str = "A Python library for implementation of Bitcoin Improvement Proposal - 0038 / BIP38 protocol." | ||
__url__: str = "https://github.com/meherett/python-bip38" | ||
__tracker__: str = f"{__url__}/issues" | ||
__keywords__: List[str] = [ | ||
"bip38", "bitcoin", "private-key", "pure-python", "encrypt", "decrypt", "passphrase", "wif", "bip-0038" | ||
"bip38", "bitcoin", "private-key", "hdwallet", "encrypt", "decrypt", "passphrase", "wif", "bip-0038" | ||
] |