From 64f41bb1625c1758310be6988903e3a3f50d8d6c Mon Sep 17 00:00:00 2001 From: LUIS NOVO Date: Tue, 29 Oct 2024 07:30:17 -0300 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 225df6e..a8bffdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "open-notebook" -version = "0.0.5" +version = "0.0.6" description = "An open source implementation of a research assistant, inspired by Google Notebook LM" authors = ["Luis Novo "] license = "MIT"