From 70a3fa15b1f5100872eea2d70df9fb02737e7ffa Mon Sep 17 00:00:00 2001 From: Silan He <16982279+SilanHe@users.noreply.github.com> Date: Tue, 2 Dec 2025 06:56:45 -0800 Subject: [PATCH 1/2] chore: Update README.md to fix installation typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa618ba..c89f34e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ## Installation ```console -pip install aws-durable-functions-sdk-python-testing +pip install aws-durable-execution-sdk-python-testing ``` ## Overview From 49f7e7878e1dc413ca1305235d802fcb5f098dbf Mon Sep 17 00:00:00 2001 From: Silan He <16982279+SilanHe@users.noreply.github.com> Date: Tue, 2 Dec 2025 06:59:18 -0800 Subject: [PATCH 2/2] Update __about__.py with postfix versioning --- src/aws_durable_execution_sdk_python_testing/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aws_durable_execution_sdk_python_testing/__about__.py b/src/aws_durable_execution_sdk_python_testing/__about__.py index fc21e41..352befd 100644 --- a/src/aws_durable_execution_sdk_python_testing/__about__.py +++ b/src/aws_durable_execution_sdk_python_testing/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2025-present Amazon.com, Inc. or its affiliates. # # SPDX-License-Identifier: Apache-2.0 -__version__ = "1.0.0" +__version__ = "1.0.0.post1"