Skip to content

Commit

Permalink
increase py and ts version
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelcroi committed Dec 23, 2024
1 parent 5f3950d commit 479519c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ typescript/coverage/**/*
examples/chat-chainlit-app/venv

*.env
*__pycache__
*__pycache__

git-release-notes.genai.mjs

2 changes: 1 addition & 1 deletion python/setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 479519c

Please sign in to comment.