mirror of
https://github.com/MuRuLOSE/limoka.git
synced 2026-06-17 23:04:17 +02:00
bump to 1.1.1
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
# meta developer: @limokanews
|
# meta developer: @limokanews
|
||||||
# requires: whoosh
|
# 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.index import create_in, open_dir
|
||||||
from whoosh.fields import Schema, TEXT, ID
|
from whoosh.fields import Schema, TEXT, ID
|
||||||
from whoosh.qparser import QueryParser, OrGroup
|
from whoosh.qparser import QueryParser, OrGroup
|
||||||
@@ -29,7 +27,7 @@ from ..types import InlineQuery, InlineCall
|
|||||||
|
|
||||||
logger = logging.getLogger("Limoka")
|
logger = logging.getLogger("Limoka")
|
||||||
|
|
||||||
__version__ = (1, 1, 0)
|
__version__ = (1, 1, 1)
|
||||||
|
|
||||||
|
|
||||||
class Search:
|
class Search:
|
||||||
|
|||||||
Reference in New Issue
Block a user