From 15719eb0e58af115606cbf938b41dd21d80d0c88 Mon Sep 17 00:00:00 2001 From: Reza Rahemtola Date: Tue, 26 Nov 2024 16:07:54 +0900 Subject: [PATCH] feat: Version 0.0.3 --- libertai_agents/pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libertai_agents/pyproject.toml b/libertai_agents/pyproject.toml index 02b00d8..4c79704 100644 --- a/libertai_agents/pyproject.toml +++ b/libertai_agents/pyproject.toml @@ -1,9 +1,10 @@ [tool.poetry] name = "libertai-agents" -version = "0.0.2" +version = "0.0.3" description = "Framework to create and deploy decentralized agents" authors = ["LibertAI.io team "] readme = "README.md" +license = "MIT" homepage = "https://libertai.io" repository = "https://github.com/LibertAI/libertai-agents" documentation = "https://docs.libertai.io/agents"