diff --git a/README.md b/README.md index 220f870..d6e9270 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,19 @@ winping Ping implementation which utilizes Windows ICMP API +--- + +:heart: :heart: :heart: + +You can say thanks to the author by donations to these wallets: + +- ETH: `0xB71250010e8beC90C5f9ddF408251eBA9dD7320e` +- BTC: + - Legacy: `1N89PRvG1CSsUk9sxKwBwudN6TjTPQ1N8a` + - Segwit: `bc1qc0hcyxc000qf0ketv4r44ld7dlgmmu73rtlntw` + +--- + ## Installation Standard Python package installation. diff --git a/setup.py b/setup.py index 1f4b9f7..2a43e72 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name='winping', - version='0.2.3', + version='0.2.4', description="Ping implementation which utilizes Windows ICMP API", url='https://github.com/Snawoot/winping', author='Vladislav Yarmak',