From 0b09b3dd116dc005ca6e095e932152773daee5b2 Mon Sep 17 00:00:00 2001 From: Mithun Gowda B Date: Tue, 14 Oct 2025 08:51:16 +0530 Subject: [PATCH] Update __init__.py Signed-off-by: Mithun Gowda B --- setup/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/__init__.py b/setup/__init__.py index 504226b..198ca98 100644 --- a/setup/__init__.py +++ b/setup/__init__.py @@ -8,7 +8,7 @@ from pathlib import Path try: __version__ = (Path(__file__).parent.parent / "VERSION").read_text().strip() except Exception: - __version__ = "4.2.0" # Fallback - Deep Research Integration + __version__ = "4.1.6" # Fallback - Deep Research Integration __author__ = "NomenAK, Mithun Gowda B"