Skip to content

Commit d09ee9b

Browse files
authored
Release version 2.0.0a3 (#182)
1 parent eb1284e commit d09ee9b

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

packages/a2aprotocol/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "microsoft-teams-a2aprotocol"
3-
version = "2.0.0a2"
3+
version = "2.0.0a3"
44
description = "plugin that enables your teams agent to be used as an a2a agent"
55
authors = [{ name = "Microsoft", email = "[email protected]" }]
66
readme = "README.md"

packages/ai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "microsoft-teams-ai"
3-
version = "2.0.0a2"
3+
version = "2.0.0a3"
44
description = "package to handle interacting with ai or llms"
55
authors = [{ name = "Microsoft", email = "[email protected]" }]
66
readme = "README.md"

packages/api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "microsoft-teams-api"
3-
version = "2.0.0a2"
3+
version = "2.0.0a3"
44
description = "API package for Microsoft Teams"
55
readme = "README.md"
66
repository = "https://github.com/microsoft/teams.py"

packages/apps/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "microsoft-teams-apps"
3-
version = "2.0.0a2"
3+
version = "2.0.0a3"
44
description = "The app package for a Microsoft Teams agent"
55
authors = [{ name = "Microsoft", email = "[email protected]" }]
66
readme = "README.md"

packages/cards/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "microsoft-teams-cards"
3-
version = "2.0.0a2"
3+
version = "2.0.0a3"
44
description = "Cards package for Microsoft Teams"
55
readme = "README.md"
66
repository = "https://github.com/microsoft/teams.py"

packages/common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "microsoft-teams-common"
3-
version = "2.0.0a2"
3+
version = "2.0.0a3"
44
description = "Common package for Microsoft Teams"
55
readme = "README.md"
66
repository = "https://github.com/microsoft/teams.py"

packages/devtools/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "microsoft-teams-devtools"
3-
version = "2.0.0a2"
3+
version = "2.0.0a3"
44
description = "Local tool to streamline testing and development"
55
authors = [{ name = "Microsoft", email = "[email protected]" }]
66
readme = "README.md"

packages/graph/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "microsoft-teams-graph"
3-
version = "2.0.0a2"
3+
version = "2.0.0a3"
44
description = "The Graph package for a Microsoft Teams agent"
55
readme = "README.md"
66
license = { text = "MIT" }

packages/mcpplugin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "microsoft-teams-mcpplugin"
3-
version = "2.0.0a2"
3+
version = "2.0.0a3"
44
description = "library for handling mcp with teams ai library"
55
authors = [{ name = "Microsoft", email = "[email protected]" }]
66
readme = "README.md"

packages/openai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "microsoft-teams-openai"
3-
version = "2.0.0a2"
3+
version = "2.0.0a3"
44
description = "model package for enabling chat experiences with openai"
55
authors = [{ name = "Microsoft", email = "[email protected]" }]
66
readme = "README.md"

0 commit comments

Comments
 (0)