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"