diff --git a/hdwallet/__init__.py b/hdwallet/__init__.py index fea9620..fb14e45 100644 --- a/hdwallet/__init__.py +++ b/hdwallet/__init__.py @@ -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 = "meherett@zoho.com" diff --git a/setup.py b/setup.py index bb9011f..622d58e 100644 --- a/setup.py +++ b/setup.py @@ -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,