From 4168f4f19e3058f57ad08dc3bde24afc8ddd26f7 Mon Sep 17 00:00:00 2001 From: Asankhaya Sharma Date: Sun, 25 May 2025 08:09:35 +0800 Subject: [PATCH] Update __init__.py --- optillm/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/optillm/__init__.py b/optillm/__init__.py index f16b2ac..c23fcbb 100644 --- a/optillm/__init__.py +++ b/optillm/__init__.py @@ -2,7 +2,7 @@ from importlib import util import os # Version information -__version__ = "0.1.13" +__version__ = "0.1.14" # Get the path to the root optillm.py spec = util.spec_from_file_location( @@ -52,4 +52,4 @@ __all__ = [ 'execute_combined_approaches', 'execute_parallel_approaches', 'generate_streaming_response', -] \ No newline at end of file +]