From 9355e2fc6695f2a7398fac993126bf2218c1f18f Mon Sep 17 00:00:00 2001 From: yaythomas Date: Mon, 20 Apr 2026 17:01:47 -0700 Subject: [PATCH] v1.1.1 -> v1.1.2 --- pyproject.toml | 2 +- src/aws_durable_execution_sdk_python_testing/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9f66733..4d523c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.11" license = "Apache-2.0" keywords = [] -authors = [{ name = "yaythomas", email = "tgaigher@amazon.com" }] +authors = [{ name = "AWS durable-execution-dev", email = "durable-execution-dev@amazon.com" }] classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", diff --git a/src/aws_durable_execution_sdk_python_testing/__about__.py b/src/aws_durable_execution_sdk_python_testing/__about__.py index 00a0090..f377bfb 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.1" +__version__ = "1.1.2"