From 7867473aae72066e3398af259d475bfe776c381a Mon Sep 17 00:00:00 2001 From: fatih <34196005+fcakyon@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:51:54 +0300 Subject: [PATCH] update version (#197) --- autollm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autollm/__init__.py b/autollm/__init__.py index 12519bbd..83b8da3e 100644 --- a/autollm/__init__.py +++ b/autollm/__init__.py @@ -4,7 +4,7 @@ and vector databases, along with various utility functions. """ -__version__ = '0.1.6' +__version__ = '0.1.7' __author__ = 'safevideo' __license__ = 'AGPL-3.0'