From d036812a2a243d27ce75e6dcedf539e9e54dcc5c Mon Sep 17 00:00:00 2001 From: Macsim <134152147+MuRuLOSE@users.noreply.github.com> Date: Wed, 27 Aug 2025 15:58:16 +0300 Subject: [PATCH] bump to 1.1.1 --- Limoka.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Limoka.py b/Limoka.py index 655bda3..bf9b303 100644 --- a/Limoka.py +++ b/Limoka.py @@ -1,8 +1,6 @@ # meta developer: @limokanews # requires: whoosh -# Thanks to fiksofficial(GitHub) for the full translation of "Limoka" into English and Russian. - from whoosh.index import create_in, open_dir from whoosh.fields import Schema, TEXT, ID from whoosh.qparser import QueryParser, OrGroup @@ -29,7 +27,7 @@ from ..types import InlineQuery, InlineCall logger = logging.getLogger("Limoka") -__version__ = (1, 1, 0) +__version__ = (1, 1, 1) class Search: