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