From 37390ca3f1982c13262ef92777bb155ac6e5ec9c Mon Sep 17 00:00:00 2001 From: Javier Martinez Date: Wed, 3 Jun 2026 02:43:50 +0800 Subject: [PATCH] chore: release 1.0.0-rc4 --- 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 916fb977..216ecc64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "private-gpt" -version = "1.0.0-rc3" +version = "1.0.0-rc4" 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 79438f35..3a80663c 100644 --- a/uv.lock +++ b/uv.lock @@ -3178,7 +3178,7 @@ wheels = [ [[package]] name = "private-gpt" -version = "1.0.0rc3" +version = "1.0.0rc4" source = { editable = "." } dependencies = [ { name = "cachetools" }, diff --git a/version.txt b/version.txt index 3a177818..29a1ade8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0-rc3 +1.0.0-rc4