From 7054187c5050c0884b7f6cbb0b896ca268cabf19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kov=C3=A1cs=20=C3=81d=C3=A1m?= Date: Thu, 13 Aug 2026 14:46:27 +0200 Subject: [PATCH] release: align __version__ to 0.2.3 --- lettucedetect/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lettucedetect/__init__.py b/lettucedetect/__init__.py index 4e3f0c5..9eb0fba 100644 --- a/lettucedetect/__init__.py +++ b/lettucedetect/__init__.py @@ -15,7 +15,7 @@ # Direct RAGFactChecker access for advanced users from lettucedetect.ragfactchecker import RAGFactChecker -__version__ = "0.2.2" +__version__ = "0.2.3" __all__ = [ "HallucinationData",