From 5d0b138c871f81ea8a7521fe0ea9fef0bd1aa757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Thu, 10 Oct 2024 13:35:16 +0200 Subject: [PATCH] chore: bump version to 0.20.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c047d96..ec6fadcb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gptme" -version = "0.19.2" +version = "0.20.0" 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"