From 57ee2c223660b3e02f2884c434624210a4b2b60d Mon Sep 17 00:00:00 2001 From: taeefnajib Date: Sat, 13 Jul 2024 05:50:43 +0600 Subject: [PATCH] add new version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e26f834..623944a 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ with open("README.md", "r", encoding="utf-8") as f: long_description = f.read() -__version__ = "0.0.7" +__version__ = "0.0.8" REPO_NAME = "ficto" AUTHOR_USER_NAME = "taeefnajib"