From d8068b26676b73fe0c6b07fcd830bc1a5197970d Mon Sep 17 00:00:00 2001 From: meherett Date: Sun, 17 Jan 2021 17:18:57 +0300 Subject: [PATCH] Bump: Swap package to v0.3.2 Alpha 3 --- swap/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swap/__init__.py b/swap/__init__.py index 496f68a..f6cccbb 100644 --- a/swap/__init__.py +++ b/swap/__init__.py @@ -2,7 +2,7 @@ # Swap Information's -__version__: str = "0.3.2a2" +__version__: str = "0.3.2a3" __license__: str = "AGPL-3.0" __author__: str = "Meheret Tesfaye" __email__: str = "meherett@zoho.com"