From c3edcbf91b2706c3922945f3a6b36a4800b8cd27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Fri, 20 Dec 2024 13:08:15 +0100 Subject: [PATCH] chore: bump version to 0.25.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 809017f4..6241c742 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gptme" -version = "0.24.1" +version = "0.25.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"