From 851bda7d83a8784522b010f78386dc5731873ed4 Mon Sep 17 00:00:00 2001 From: meherett Date: Sat, 20 Nov 2021 10:30:50 +0300 Subject: [PATCH] Bump: Swap from v0.4.1 to v0.4.2a3 alpha-3 package. --- README.md | 4 +--- swap/__init__.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bce44a1..c0bca58 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ - - # Swap [![Build Status](https://travis-ci.com/movnetwork/swap.svg?branch=master)](https://travis-ci.com/movnetwork/swap?branch=master) @@ -154,7 +152,7 @@ If You found this tool helpful consider making a donation: | ----------------------------- | :----------------------------------------: | | Bitcoin `BTC` | 3GGNPvgbSpMHShcaZJGDXQn5wUJyTz7uoC | | Ethereum `ETH`, Tether `USDT` | 0x342798bbe9731a91e0557fa8ab0bce1eae6d6ae3 | -| Bytom `BTM` | bm1qhpzc42ahrsahmpranv6xddc74tk6wlrvxrw68c | +| Bytom `BTM` | bn1qumdsfgj06ae2nav2ws24t5jzmfagz2amj5arh3 | ## License diff --git a/swap/__init__.py b/swap/__init__.py index f07e2a7..fa52a9f 100644 --- a/swap/__init__.py +++ b/swap/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Swap Information's -__version__: str = "0.4.1" +__version__: str = "0.4.2a3" __license__: str = "AGPL-3.0" __author__: str = "Meheret Tesfaye Batu" __email__: str = "meherett@zoho.com"