From ea22e3b598a81b33d99ddf650ced63f7aa12823f Mon Sep 17 00:00:00 2001 From: yaythomas Date: Thu, 29 Jan 2026 16:38:16 -0800 Subject: [PATCH] v1.1.0 -> v1.1.1 --- 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 212e79b..00a0090 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.1.0" +__version__ = "1.1.1"