From a0a722fd396f2f108f00061f715da5fb1e94a182 Mon Sep 17 00:00:00 2001 From: Cameron <561860+wallies@users.noreply.github.com> Date: Thu, 12 Sep 2024 01:00:39 +1000 Subject: [PATCH] add to pyi file --- tantivy/tantivy.pyi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tantivy/tantivy.pyi b/tantivy/tantivy.pyi index cb3b2535..b1123f32 100644 --- a/tantivy/tantivy.pyi +++ b/tantivy/tantivy.pyi @@ -436,3 +436,6 @@ class SnippetGenerator: def set_max_num_chars(self, max_num_chars: int) -> None: pass + +__version__: str +