From c386bc9854a24960b5b1f3cc49df3bccd205a380 Mon Sep 17 00:00:00 2001 From: Javier Martinez Date: Wed, 3 Jun 2026 02:30:19 +0800 Subject: [PATCH] chore: update version --- pyproject.toml | 2 +- uv.lock | 2 +- version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 70dcb247..916fb977 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "private-gpt" -version = "0.6.2" +version = "1.0.0-rc3" description = "Private GPT" authors = [{ name = "Zylon", email = "hi@zylon.ai" }] requires-python = ">=3.11,<3.12" diff --git a/uv.lock b/uv.lock index c21c0108..79438f35 100644 --- a/uv.lock +++ b/uv.lock @@ -3178,7 +3178,7 @@ wheels = [ [[package]] name = "private-gpt" -version = "0.6.2" +version = "1.0.0rc3" source = { editable = "." } dependencies = [ { name = "cachetools" }, diff --git a/version.txt b/version.txt index b1d7abc0..3a177818 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.6.2 \ No newline at end of file +1.0.0-rc3