From 7b6d5d42575bd9938bf7143f42b076939f594864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Fri, 9 Aug 2024 02:45:54 +0200 Subject: [PATCH] chore: bumped version to v0.12.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4852585..db4035d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gptme-python" -version = "0.9.1.dev0" +version = "0.12.5" 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"