From dec9a5b00f6ac9b7e56d108a9c79888638ee67ab Mon Sep 17 00:00:00 2001 From: Silan He <16982279+SilanHe@users.noreply.github.com> Date: Tue, 2 Dec 2025 07:38:17 -0800 Subject: [PATCH] chore: Update __about__.py to update version for 1.0.0.post2 --- 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 352befd..a488c1d 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.post1" +__version__ = "1.0.0.post2"