From 479519c373174570c8d13514545c980e368dd2da Mon Sep 17 00:00:00 2001 From: Corneliu Croitoru Date: Mon, 23 Dec 2024 16:57:08 +0100 Subject: [PATCH] increase py and ts version --- .gitignore | 5 ++++- python/setup.cfg | 2 +- typescript/package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 02a8690e..b72bc688 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 96c0e839..8909a797 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 6bc944aa..0b57005d 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",