Skip to content

Commit 6ebf0c7

Browse files
authored
chore: bump packages for release/2025.08.20250822191015 (#1169)
Signed-off-by: awslabs-mcp <[email protected]>
1 parent 83c05a1 commit 6ebf0c7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/amazon-rekognition-mcp-server/awslabs/amazon_rekognition_mcp_server/__init__.py

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

1515
"""Amazon Rekognition MCP Server package."""
1616

17-
__version__ = '0.0.6'
17+
__version__ = '0.0.7'

src/amazon-rekognition-mcp-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "awslabs.amazon-rekognition-mcp-server"
33

4-
version = "0.0.6"
4+
version = "0.0.7"
55

66
description = "An AWS Labs Model Context Protocol (MCP) server for Amazon Rekognition"
77
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__ = '1.0.0'
22+
__version__ = '0.0.1'
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.0"
5+
version = "0.0.1"
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/ccapi-mcp-server/awslabs/ccapi_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.ccapi-mcp-server"""
1616

17-
__version__ = '1.0.3'
17+
__version__ = '1.0.4'

src/ccapi-mcp-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "awslabs.ccapi-mcp-server"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "An AWS Labs Model Context Protocol (MCP) server for managing AWS resources via Cloud Control API"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)