Skip to content

Commit ed5db8e

Browse files
chore: release/2025.08.20250812201949 (#1087)
* chore: bump packages for release/2025.08.20250812201949 Signed-off-by: awslabs-mcp <[email protected]> * fix: pre-commit * fix: bump version for tests --------- Signed-off-by: awslabs-mcp <[email protected]> Co-authored-by: Alexa Perlov <[email protected]>
1 parent 692a1d5 commit ed5db8e

File tree

104 files changed

+108
-108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+108
-108
lines changed

src/amazon-kendra-index-mcp-server/awslabs/amazon_kendra_index_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.amazon-kendra-index-mcp-server"""
1616

17-
__version__ = '1.0.0'
17+
__version__ = '1.0.4'

src/amazon-kendra-index-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.amazon-kendra-index-mcp-server"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "An AWS Labs Model Context Protocol (MCP) server for amazon-kendra-index-mcp-server"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/amazon-keyspaces-mcp-server/awslabs/amazon_keyspaces_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.amazon-keyspaces-mcp-server"""
1616

17-
__version__ = '0.0.0'
17+
__version__ = '0.0.4'

src/amazon-keyspaces-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.amazon-keyspaces-mcp-server"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "An Amazon Keyspaces (for Apache Cassandra) MCP server for interacting with Amazon Keyspaces and Apache Cassandra."
55
readme = "README.md"
66
requires-python = ">=3.10,<3.12"

src/amazon-mq-mcp-server/awslabs/amazon_mq_mcp_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# This file is part of the awslabs namespace.
1616
# It is intentionally minimal to support PEP 420 namespace packages.
1717

18-
__version__ = '2.0.5'
18+
__version__ = '2.0.6'

src/amazon-mq-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.amazon-mq-mcp-server"
3-
version = "2.0.5"
3+
version = "2.0.6"
44
description = "A Model Context Protocol server for AmazonMQ to provision and manage your AMQ brokers"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/amazon-neptune-mcp-server/awslabs/amazon_neptune_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.neptune-mcp-server"""
1616

17-
__version__ = '0.0.0'
17+
__version__ = '1.0.3'

src/amazon-neptune-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.amazon-neptune-mcp-server"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "An Amazon Neptune MCP server that allows for fetching status, schema, and querying using openCypher, Gremlin, and SPARQL for Neptune Database and openCypher for Neptune Analytics."
55
readme = "README.md"
66
requires-python = ">=3.10"

src/amazon-qbusiness-anonymous-mcp-server/awslabs/amazon_qbusiness_anonymous_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.amazon-qbusiness-anonymous-mcp-server"""
1616

17-
__version__ = '0.0.0'
17+
__version__ = '0.0.3'

src/amazon-qbusiness-anonymous-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.amazon-qbusiness-anonymous-mcp-server"
33

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

77
description = "An AWS Labs Model Context Protocol (MCP) server for Amazon Q Business anonymous mode application."
88
readme = "README.md"

0 commit comments

Comments
 (0)