From cd453f847e108ce37641ea7d61ba3bfb538ee6aa Mon Sep 17 00:00:00 2001 From: Diogo Goncalves Date: Wed, 26 Feb 2025 11:11:29 +0000 Subject: [PATCH] Fix bump versions for py pi (#212) * chore: bump tracker Signed-off-by: Diogo Goncalves * chore: bump proxy Signed-off-by: Diogo Goncalves * chore: bump llmstudio Signed-off-by: Diogo Goncalves --------- Signed-off-by: Diogo Goncalves --- libs/llmstudio/pyproject.toml | 2 +- libs/proxy/pyproject.toml | 2 +- libs/tracker/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/llmstudio/pyproject.toml b/libs/llmstudio/pyproject.toml index 0793485..23a0cac 100644 --- a/libs/llmstudio/pyproject.toml +++ b/libs/llmstudio/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "llmstudio" -version = "1.0.3" +version = "1.0.4" description = "Prompt Perfection at Your Fingertips" authors = ["Cláudio Lemos "] license = "MIT" diff --git a/libs/proxy/pyproject.toml b/libs/proxy/pyproject.toml index 5904970..9239866 100644 --- a/libs/proxy/pyproject.toml +++ b/libs/proxy/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "llmstudio-proxy" -version = "1.0.5" +version = "1.0.6" description = "LLMstudio Proxy is the module of LLMstudio that allows calling any LLM as a Service Provider in proxy server. By leveraging LLMstudio Proxy, you can have a centralized point for connecting to any provider running independently from your application." authors = ["Claudio Lemos "] readme = "README.md" diff --git a/libs/tracker/pyproject.toml b/libs/tracker/pyproject.toml index f76cdda..9718eda 100644 --- a/libs/tracker/pyproject.toml +++ b/libs/tracker/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "llmstudio-tracker" -version = "1.1.0" +version = "1.1.1" description = "LLMstudio Tracker is the module of LLMstudio that allows monitoring and logging your LLM calls. By leveraging LLMstudio Tracker, users can gain insights on model performance and streamline development workflows with actionable analytics." authors = ["Claudio Lemos "] readme = "README.md"