From b4852c825f6a56d077a93fef37efdf49705bd952 Mon Sep 17 00:00:00 2001 From: Fahad Date: Mon, 23 Jun 2025 14:26:39 +0400 Subject: [PATCH] Support for DIAL Claude-3 models updated to Claude 4 --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index bd330eb..c824e29 100644 --- a/config.py +++ b/config.py @@ -14,9 +14,9 @@ import os # These values are used in server responses and for tracking releases # IMPORTANT: This is the single source of truth for version and author info # Semantic versioning: MAJOR.MINOR.PATCH -__version__ = "5.6.0" +__version__ = "5.6.1" # Last update date in ISO format -__updated__ = "2025-06-22" +__updated__ = "2025-06-23" # Primary maintainer __author__ = "Fahad Gilani"