Skip to content

Commit 095ae80

Browse files
author
Bob Strahan
committed
feat(version): update version to 0.5.4 across all packages
1 parent b39d7c5 commit 095ae80

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.4.rc1
1+
0.5.4

lib/idp_cli_pkg/idp_cli/cli.py

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

226226

227227
@click.group()
228-
@click.version_option(version="0.5.4.dev1")
228+
@click.version_option(version="0.5.4")
229229
def cli():
230230
"""
231231
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.4.dev1"
10+
version = "0.5.4"
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
@@ -20,7 +20,7 @@ exclude = [
2020

2121
[project]
2222
name = "idp_common"
23-
version = "0.5.4.dev1"
23+
version = "0.5.4"
2424
description = "Common utilities for GenAI IDP Accelerator patterns"
2525
authors = [{ name = "AWS", email = "noreply@amazon.com" }]
2626
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.4.dev1",
120+
version="0.5.4",
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.4.dev1"
11+
__version__ = "0.5.4"
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.4.dev1"
10+
version = "0.5.4"
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
@@ -107,7 +107,7 @@
107107
TemplateTransformResult,
108108
)
109109

110-
__version__ = "0.5.4.dev1"
110+
__version__ = "0.5.4"
111111

112112
__all__ = [
113113
# 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.4.dev1"
10+
version = "0.5.4"
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)