diff --git a/README.md b/README.md index fa618ba..c89f34e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ## Installation ```console -pip install aws-durable-functions-sdk-python-testing +pip install aws-durable-execution-sdk-python-testing ``` ## Overview diff --git a/src/aws_durable_execution_sdk_python_testing/__about__.py b/src/aws_durable_execution_sdk_python_testing/__about__.py index fc21e41..352befd 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" +__version__ = "1.0.0.post1"