Skip to content

Commit 739c06c

Browse files
committed
feat(version): update all package versions to 0.5.7
1 parent f4b20ba commit 739c06c

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.7-wip5
1+
0.5.7

lib/idp_cli_pkg/idp_cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def _display_deployment_failure(client, stack_name: str, result):
237237

238238

239239
@click.group()
240-
@click.version_option(version="0.5.6")
240+
@click.version_option(version="0.5.7")
241241
def cli():
242242
"""
243243
IDP CLI - Batch document processing for IDP Accelerator

lib/idp_cli_pkg/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "idp-cli"
10-
version = "0.5.6"
10+
version = "0.5.7"
1111
description = "Command-line interface for IDP Accelerator batch document processing"
1212
authors = [{name = "AWS"}]
1313
license = {text = "MIT-0"}

lib/idp_common_pkg/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exclude = [
2121

2222
[project]
2323
name = "idp_common"
24-
version = "0.5.6"
24+
version = "0.5.7"
2525
description = "Common utilities for GenAI IDP Accelerator patterns"
2626
authors = [{ name = "AWS", email = "noreply@amazon.com" }]
2727
requires-python = ">=3.12,<3.14"

lib/idp_common_pkg/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117

118118
setup(
119119
name="idp_common",
120-
version="0.5.6",
120+
version="0.5.7",
121121
packages=find_packages(
122122
exclude=[
123123
"build",

lib/idp_mcp_connector_pkg/idp_mcp_connector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
IDP Accelerator's remote MCP Server on Amazon Bedrock AgentCore Gateway.
99
"""
1010

11-
__version__ = "0.5.6"
11+
__version__ = "0.5.7"
1212
__all__ = ["CognitoAuth", "IDPMCPConnector", "run_connector"]
1313

1414
from .auth import CognitoAuth

lib/idp_mcp_connector_pkg/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "idp_mcp_connector"
10-
version = "0.5.6"
10+
version = "0.5.7"
1111
description = "Local MCP connector that bridges IDE tools (Cline, Kiro) to the IDP Accelerator MCP Server on AWS Bedrock AgentCore Gateway"
1212
readme = "README.md"
1313
requires-python = ">=3.11"

lib/idp_sdk/idp_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
TemplateTransformResult,
110110
)
111111

112-
__version__ = "0.5.6"
112+
__version__ = "0.5.7"
113113

114114
__all__ = [
115115
# Client

lib/idp_sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "idp-sdk"
10-
version = "0.5.6"
10+
version = "0.5.7"
1111
description = "Python SDK for IDP Accelerator - programmatic access to document processing capabilities"
1212
authors = [{name = "AWS"}]
1313
license = {text = "MIT-0"}

0 commit comments

Comments
 (0)