Skip to content

Commit 062df4e

Browse files
Update aws-crt-python (#393)
1 parent f31577f commit 062df4e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ python -m pip install awsiotsdk
5151
```
5252

5353
### Install from source
54+
5455
```
5556
# Create a workspace directory to hold all the SDK files
5657
mkdir sdk-workspace

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def _load_version():
4040
"Operating System :: OS Independent",
4141
],
4242
install_requires=[
43-
'awscrt==0.16.4',
43+
'awscrt==0.16.8',
4444
],
4545
python_requires='>=3.7',
4646
)

0 commit comments

Comments
 (0)