We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5853f9 commit 090d82eCopy full SHA for 090d82e
2 files changed
pyproject.toml
@@ -10,7 +10,7 @@ readme = "README.md"
10
requires-python = ">=3.11"
11
license = "Apache-2.0"
12
keywords = []
13
-authors = [{ name = "yaythomas", email = "tgaigher@amazon.com" }]
+authors = [{ name = "AWS durable-execution-dev", email = "durable-execution-dev@amazon.com" }]
14
classifiers = [
15
"Development Status :: 4 - Beta",
16
"Programming Language :: Python",
src/aws_durable_execution_sdk_python_testing/__about__.py
@@ -1,4 +1,4 @@
1
# SPDX-FileCopyrightText: 2025-present Amazon.com, Inc. or its affiliates.
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
-__version__ = "1.1.1"
+__version__ = "1.1.2"
0 commit comments