From 9010fede7c871bd4453b23ab8e7cad4804b2d95a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Thu, 14 Nov 2024 14:42:00 +0100 Subject: [PATCH] chore: bump version to 0.23.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89b8ade1d..96c420903 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gptme" -version = "0.22.0" +version = "0.23.0" description = "Personal AI assistant in your terminal that can use the shell, run code, edit files, browse the web, and use vision. An unconstrained local alternative to ChatGPT's Code Interpreter." authors = ["Erik Bjäreholt "] readme = "README.md"