From 8656bb742b991402cef2407059c0982e4686eadf Mon Sep 17 00:00:00 2001 From: Michael Struwig Date: Mon, 20 May 2024 12:56:43 +0200 Subject: [PATCH] Bump version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eee10eb..d1cffa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openbb-agents" -version = "0.0.2" +version = "0.0.3" description = "LLMs X OpenBB Platform" authors = ["Michael Struwig "] readme = "README.md"