diff --git a/pyproject.toml b/pyproject.toml index da6376e..fba89e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rag-cli" -version = "0.2.2" +version = "0.2.3" description = "A project to show good CLI practices with a fully fledged RAG system." readme = "README.md" license = "OSI Approved :: GNU Affero General Public License v3"