Skip to content

Commit

Permalink
Bump: HDWallet from v2.0.0 to v2.0.1 package.
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Oct 24, 2021
1 parent d38c77b commit 1ecf26c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hdwallet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
)

# HDWallet Information's
__version__: str = "v2.0.0"
__version__: str = "v2.0.1"
__license__: str = "ISCL"
__author__: str = "Meheret Tesfaye Batu"
__email__: str = "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="hdwallet",
version="v2.0.0",
version="v2.0.1",
description="Python-based library for the implementation of a hierarchical deterministic wallet "
"generator for more than 140+ multiple cryptocurrencies.",
long_description=long_description,
Expand Down

0 comments on commit 1ecf26c

Please sign in to comment.