From 67ed52fb04ca1d78b856e6bd2a05bda2c8c0ee99 Mon Sep 17 00:00:00 2001 From: phact Date: Wed, 28 Aug 2024 15:43:24 -0400 Subject: [PATCH] client v2.1.0.14 --- client/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pyproject.toml b/client/pyproject.toml index 83eaf43..0a0bb47 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "astra-assistants" -version = "2.1.0.13" +version = "2.1.0.14" description = "Astra Assistants API - drop in replacement for OpenAI Assistants, powered by AstraDB" authors = ["phact "] readme = "README.md"