From 951deb6aa84cee40a47d152445b7d0bb433366d6 Mon Sep 17 00:00:00 2001 From: Silan He <16982279+SilanHe@users.noreply.github.com> Date: Tue, 25 Nov 2025 12:13:48 -0800 Subject: [PATCH] Bump version from 0.0.1 to 1.0.0 --- 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 97a5269..fc21e41 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__ = "0.0.1" +__version__ = "1.0.0"