From da4df3d07ba06748c4c42f3be89a365ddfb00209 Mon Sep 17 00:00:00 2001 From: Florents Tselai Date: Thu, 15 Aug 2024 19:47:49 +0300 Subject: [PATCH] v0.1.0a14 --- tsellm/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsellm/__version__.py b/tsellm/__version__.py index 8a99090..ee43b09 100644 --- a/tsellm/__version__.py +++ b/tsellm/__version__.py @@ -1,3 +1,3 @@ __title__ = "tsellm" __description__ = "Use LLMs in SQLite and DuckDB" -__version__ = "0.1.0a13" +__version__ = "0.1.0a14"