From d78a644d8eb008f5edc3733d3fb94f6ce819925e Mon Sep 17 00:00:00 2001 From: Talha SARI Date: Sun, 22 Oct 2023 23:27:22 +0300 Subject: [PATCH] update version to 0.0.7 --- autollm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autollm/__init__.py b/autollm/__init__.py index 17846707..b5603053 100644 --- a/autollm/__init__.py +++ b/autollm/__init__.py @@ -4,7 +4,7 @@ and vector databases, along with various utility functions. """ -__version__ = '0.0.6' +__version__ = '0.0.7' __author__ = 'safevideo' __license__ = 'AGPL-3.0'