chore: bump to 1.0.5

This commit is contained in:
LUIS NOVO 2025-10-19 10:46:42 -03:00
parent e38e7110f4
commit e601ff3a6e
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "open-notebook"
version = "1.0.4"
version = "1.0.5"
description = "An open source implementation of a research assistant, inspired by Google Notebook LM"
authors = [
{name = "Luis Novo", email = "lfnovo@gmail.com"}

View file

@ -2199,7 +2199,7 @@ wheels = [
[[package]]
name = "open-notebook"
version = "1.0.4"
version = "1.0.5"
source = { editable = "." }
dependencies = [
{ name = "ai-prompter" },