From 3666c714d814a8ff2f9ad7c384064f5932ef5234 Mon Sep 17 00:00:00 2001 From: phact Date: Thu, 29 Aug 2024 21:10:49 -0400 Subject: [PATCH] client v2.1.0.18 --- client/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pyproject.toml b/client/pyproject.toml index 0a0bb47..3b1349e 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "astra-assistants" -version = "2.1.0.14" +version = "2.1.0.18" description = "Astra Assistants API - drop in replacement for OpenAI Assistants, powered by AstraDB" authors = ["phact "] readme = "README.md"