File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2020
2121setup (
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 = [
You can’t perform that action at this time.
0 commit comments