From fdd9c2df8e038afc0e49ab236f3a12d84b6b106e Mon Sep 17 00:00:00 2001 From: Wasi Master Date: Sat, 16 Apr 2022 23:04:43 +0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20to=200.2.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastero/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastero/__init__.py b/fastero/__init__.py index 35225e7..de1ad9b 100644 --- a/fastero/__init__.py +++ b/fastero/__init__.py @@ -3,6 +3,6 @@ __name__ = "fastero" __title__ = __name__ __license__ = "MIT" -__version__ = "0.2.3" +__version__ = "0.2.4" __author__ = "Arian Mollik Wasi" __github__ = "https://github.com/wasi-master/fastero"