Skip to content

Commit 3eb9518

Browse files
authored
chore: Update README.md to fix installation typo (#173)
* chore: Update README.md to fix installation typo * Update __about__.py with postfix versioning
1 parent 9e3bb49 commit 3eb9518

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
## Installation
1818

1919
```console
20-
pip install aws-durable-functions-sdk-python-testing
20+
pip install aws-durable-execution-sdk-python-testing
2121
```
2222

2323
## Overview
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2025-present Amazon.com, Inc. or its affiliates.
22
#
33
# SPDX-License-Identifier: Apache-2.0
4-
__version__ = "1.0.0"
4+
__version__ = "1.0.0.post1"

0 commit comments

Comments
 (0)