diff --git a/.gitignore b/.gitignore index 02a8690..b72bc68 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,7 @@ typescript/coverage/**/* examples/chat-chainlit-app/venv *.env -*__pycache__ \ No newline at end of file +*__pycache__ + +git-release-notes.genai.mjs + diff --git a/python/setup.cfg b/python/setup.cfg index 96c0e83..8909a79 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = multi_agent_orchestrator -version = 0.1.2 +version = 0.1.3 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 6bc944a..0b57005 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,6 +1,6 @@ { "name": "multi-agent-orchestrator", - "version": "0.1.1", + "version": "0.1.2", "description": "Multi-Agent Orchestrator framework", "main": "dist/index.js", "types": "dist/index.d.ts",