Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Bump: Qtum-BIP38 from v0.2.0 to v0.3.0 package
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Nov 1, 2023
1 parent e414f0f commit 84f8ac9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion qtum_bip38/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
wif_to_private_key,
get_wif_type,
get_wif_checksum,
get_wif_network,
public_key_to_addresses,
bip38_encrypt,
bip38_decrypt,
Expand All @@ -23,7 +24,7 @@
)

__version__, __license__, __author__, __email__, __description__ = (
"v0.2.0",
"v0.3.0",
"MIT",
"Meheret Tesfaye Batu",
"[email protected]",
Expand All @@ -38,6 +39,7 @@
"wif_to_private_key",
"get_wif_type",
"get_wif_checksum",
"get_wif_network",
"public_key_to_addresses",
"bip38_encrypt",
"bip38_decrypt",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name="qtum-bip38",
version="v0.2.0",
version="v0.3.0",
description="Python library for implementation of BIP38 for Qtum.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 84f8ac9

Please sign in to comment.