diff --git a/pyproject.toml b/pyproject.toml index 4a21b82..4d705e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "llama-cpp-agent" -version = "0.2.32" +version = "0.2.33" description = "A framework for building LLM based AI agents with llama.cpp." readme = "ReadMe.md"