From 6fa955be41cd5ab4e8424312491a0e53448531c2 Mon Sep 17 00:00:00 2001 From: Yiping Kang Date: Sun, 8 Sep 2024 21:23:56 -0400 Subject: [PATCH] [Tag up] jac-mtllm 0.3.2 --- jac-mtllm/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jac-mtllm/pyproject.toml b/jac-mtllm/pyproject.toml index c78c2230b3..464dfefa4d 100644 --- a/jac-mtllm/pyproject.toml +++ b/jac-mtllm/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mtllm" -version = "0.3.1" +version = "0.3.2" description = "MTLLM Provides Easy to use APIs for different LLM Providers to be used with Jaseci's Jaclang Programming Language." authors = ["Jason Mars "] maintainers = ["Jason Mars "]