From aa91523a090586c181e0fb1ebf3db2ae213ec43b Mon Sep 17 00:00:00 2001 From: LUIS NOVO Date: Sun, 19 Oct 2025 17:52:56 -0300 Subject: [PATCH] chore: bump --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 83909ea..4d53d0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "open-notebook" -version = "1.0.7" +version = "1.0.8" description = "An open source implementation of a research assistant, inspired by Google Notebook LM" authors = [ {name = "Luis Novo", email = "lfnovo@gmail.com"} diff --git a/uv.lock b/uv.lock index cbe24a0..a6987f3 100644 --- a/uv.lock +++ b/uv.lock @@ -2208,7 +2208,7 @@ wheels = [ [[package]] name = "open-notebook" -version = "1.0.7" +version = "1.0.8" source = { editable = "." } dependencies = [ { name = "ai-prompter" },