diff --git a/pyproject.toml b/pyproject.toml index c66d981..7085e81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "llm-azure" -version = "0.2" +version = "0.3" description = "Azure plugin for LLM using the AzureOpenAI class" readme = "README.md" authors = [{name = "Fabian Geiger"}]