From e44a7f5773222ac3a04fc47f23d9a6feaa2a0770 Mon Sep 17 00:00:00 2001 From: Javier Martinez Date: Fri, 2 Aug 2024 11:26:03 +0200 Subject: [PATCH] chore: bump version (#2033) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ebe5f94c..10e3c2b5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "private-gpt" -version = "0.5.0" +version = "0.6.0" description = "Private GPT" authors = ["Zylon "]