diff --git a/hdwallet/__init__.py b/hdwallet/__init__.py index 239dcb2..071a875 100644 --- a/hdwallet/__init__.py +++ b/hdwallet/__init__.py @@ -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." diff --git a/setup.py b/setup.py index 739e407..fd75c99 100644 --- a/setup.py +++ b/setup.py @@ -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=[