From 793a3676eeec47006db0f3c2a637d688d140959c Mon Sep 17 00:00:00 2001 From: "Md. Almas Ali" Date: Sat, 10 Feb 2024 19:04:43 +0600 Subject: [PATCH] fix: version update. --- fronty/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fronty/__init__.py b/fronty/__init__.py index 1590db1..4e43752 100644 --- a/fronty/__init__.py +++ b/fronty/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.0.6' +__version__ = '0.0.7' class Fronty: def __init__(self, file_path: str) -> None: