diff --git a/pyproject.toml b/pyproject.toml index 655a0399..2e1198dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gptme-python" -version = "0.13.0" +version = "0.13.1" description = "A fancy CLI to interact with LLMs in a Chat-style interface, with additional capabilities like executing commands on the local machine." authors = ["Erik Bjäreholt "] readme = "README.md"