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.1.0 to v0.2.0 package
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Oct 14, 2023
1 parent 597b4a9 commit a04a86f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qtum_bip38/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
)

__version__, __license__, __author__, __email__, __description__ = (
"v0.1.0",
"v0.2.0",
"MIT",
"Meheret Tesfaye Batu",
"[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
requirements: list = list(map(str.strip, _requirements.read().split("\n")))

setup(
name="qtum_bip38",
version="v0.1.0",
name="qtum-bip38",
version="v0.2.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 a04a86f

Please sign in to comment.