Skip to content

Commit 3547a08

Browse files
authored
chore: bump packages for release/2025.08.20250825171959 (#1181)
Signed-off-by: awslabs-mcp <[email protected]>
1 parent 6d5d5da commit 3547a08

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/aws-api-mcp-server/awslabs/aws_api_mcp_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
"""awslabs.aws-api-mcp-server"""
1616

17-
__version__ = '0.2.8'
17+
__version__ = '0.2.9'

src/aws-api-mcp-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "awslabs.aws-api-mcp-server"
33

44
# NOTE: "Patch"=9223372036854775807 bumps next release to zero.
5-
version = "0.2.8"
5+
version = "0.2.9"
66

77
description = "Model Context Protocol (MCP) server for interacting with AWS"
88
readme = "README.md"

src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
by wrapping boto3 SDK functions for AWS cost optimization services.
2020
"""
2121

22-
__version__ = '0.0.1'
22+
__version__ = '0.0.2'
2323

2424
# We don't import server here to avoid circular imports
2525

src/billing-cost-management-mcp-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "awslabs.billing-cost-management-mcp-server"
33

44
# NOTE: "Patch"=9223372036854775807 bumps next release to zero.
5-
version = "0.0.1"
5+
version = "0.0.2"
66

77
description = "A Model Context Protocol (MCP) server that provides tools for AWS Billing and Cost Management by wrapping boto3 SDK functions."
88
readme = "README.md"

src/cloudtrail-mcp-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "awslabs.cloudtrail-mcp-server"
33

44
# NOTE: "Patch"=9223372036854775807 bumps next release to zero.
5-
version = "0.0.0"
5+
version = "0.0.1"
66

77
description = "An AWS Labs Model Context Protocol (MCP) server for cloudtrail"
88
readme = "README.md"

0 commit comments

Comments
 (0)