Skip to content

Commit 12dae8f

Browse files
committed
feat(version): update package versions to 0.5.6
1 parent aeb89a5 commit 12dae8f

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.6-wip6
1+
0.5.6

lib/idp_cli_pkg/idp_cli/cli.py

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

227227

228228
@click.group()
229-
@click.version_option(version="0.5.5")
229+
@click.version_option(version="0.5.6")
230230
def cli():
231231
"""
232232
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.5"
10+
version = "0.5.6"
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.5"
24+
version = "0.5.6"
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.5",
120+
version="0.5.6",
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.5"
11+
__version__ = "0.5.6"
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.5"
10+
version = "0.5.6"
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.5"
112+
__version__ = "0.5.6"
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.5"
10+
version = "0.5.6"
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)