From 4ac8f8efcd9373c2fb76657441517d5062565c3a Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Sun, 10 Sep 2023 19:20:43 +0200 Subject: [PATCH] bump to 0.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de87d1e..54c8cab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "second-brain-agent" -version = "0.4.0" +version = "0.5.0" description = "Second Brain AI Agent" authors = ["Frederic Lepied "] license = "GPL 3.0"