Update __init__.py

Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
This commit is contained in:
Mithun Gowda B
2025-10-14 08:51:16 +05:30
committed by GitHub
parent 64a144bbc8
commit 0b09b3dd11

View File

@@ -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"