From d7e3a97054c47a3a4d154ac1b409be6f6ae6aec7 Mon Sep 17 00:00:00 2001 From: fatih <34196005+fcakyon@users.noreply.github.com> Date: Tue, 9 Jan 2024 19:26:04 +0300 Subject: [PATCH] update autollm version --- autollm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autollm/__init__.py b/autollm/__init__.py index 83b8da3e..7fc9485c 100644 --- a/autollm/__init__.py +++ b/autollm/__init__.py @@ -4,7 +4,7 @@ and vector databases, along with various utility functions. """ -__version__ = '0.1.7' +__version__ = '0.1.8' __author__ = 'safevideo' __license__ = 'AGPL-3.0'