Skip to content

Commit

Permalink
Bump: Python-HDWallet from v2.2.0 to v2.2.1 package.
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Dec 22, 2022
1 parent a595db9 commit 25af715
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions hdwallet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
)

# HDWallet Information's
__version__: str = "v2.1.2"
__license__: str = "ISCL"
__version__: str = "v2.2.1"
__license__: str = "MIT"
__author__: str = "Meheret Tesfaye Batu"
__email__: str = "meherett@zoho.com"
__email__: str = "meherett.batu@gmail.com"
__description__: str = "Python-based library for the implementation of a hierarchical deterministic wallet " \
"generator for more than 140+ multiple cryptocurrencies."

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@

setup(
name="hdwallet",
version="v2.2.0",
version="v2.2.1",
description="Python-based library for the implementation of a hierarchical deterministic wallet "
"generator for more than 140+ multiple cryptocurrencies.",
long_description=long_description,
long_description_content_type="text/markdown",
license="ISCL",
license="MIT",
author="Meheret Tesfaye Batu",
author_email="meherett@zoho.com",
author_email="meherett.batu@gmail.com",
url="https://github.com/meherett/python-hdwallet",
project_urls=project_urls,
keywords=[
Expand Down

0 comments on commit 25af715

Please sign in to comment.