Skip to content

Commit 25af715

Browse files
committed
Bump: Python-HDWallet from v2.2.0 to v2.2.1 package.
1 parent a595db9 commit 25af715

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

hdwallet/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
)
1111

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

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020

2121
setup(
2222
name="hdwallet",
23-
version="v2.2.0",
23+
version="v2.2.1",
2424
description="Python-based library for the implementation of a hierarchical deterministic wallet "
2525
"generator for more than 140+ multiple cryptocurrencies.",
2626
long_description=long_description,
2727
long_description_content_type="text/markdown",
28-
license="ISCL",
28+
license="MIT",
2929
author="Meheret Tesfaye Batu",
30-
author_email="meherett@zoho.com",
30+
author_email="meherett.batu@gmail.com",
3131
url="https://github.com/meherett/python-hdwallet",
3232
project_urls=project_urls,
3333
keywords=[

0 commit comments

Comments
 (0)