diff --git a/python/setup.cfg b/python/setup.cfg index 338d2c48..8073de06 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = multi_agent_orchestrator -version = 0.1.3 +version = 0.1.4 author = Anthony Bernabeu, Corneliu Croitoru author_email = brnaba@amazon.com, ccroito@amazon.com description = Multi-agent orchestrator framework diff --git a/typescript/package.json b/typescript/package.json index 91c16c96..1b29365f 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,6 +1,6 @@ { "name": "multi-agent-orchestrator", - "version": "0.1.2", + "version": "0.1.3", "description": "Multi-Agent Orchestrator framework", "main": "dist/index.js", "types": "dist/index.d.ts",