Skip to content

Commit 479519c

Browse files
committed
increase py and ts version
1 parent 5f3950d commit 479519c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@ typescript/coverage/**/*
3030
examples/chat-chainlit-app/venv
3131

3232
*.env
33-
*__pycache__
33+
*__pycache__
34+
35+
git-release-notes.genai.mjs
36+

python/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = multi_agent_orchestrator
3-
version = 0.1.2
3+
version = 0.1.3
44
author = Anthony Bernabeu, Corneliu Croitoru
55
author_email = brnaba@amazon.com, ccroito@amazon.com
66
description = Multi-agent orchestrator framework

typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multi-agent-orchestrator",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Multi-Agent Orchestrator framework",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)