From 09f654630589590340794ca5a8a9a3ce552a7713 Mon Sep 17 00:00:00 2001 From: Erfan <143827987+erfjab@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:22:41 +0330 Subject: [PATCH] chore: bump to 0.1.1 --- utils/lang.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/lang.py b/utils/lang.py index 564aeaa..0466d75 100644 --- a/utils/lang.py +++ b/utils/lang.py @@ -1,6 +1,6 @@ from enum import Enum -VERSION = "0.1.0" +VERSION = "0.1.1" OWNER = "@ErfJabs"