Skip to content

Commit 8adde6e

Browse files
committed
SW-4280 Updated dependencies
1 parent d2a3364 commit 8adde6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
whatsapp-api-client-python==0.0.46
1+
whatsapp-api-client-python==0.0.47

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="whatsapp-chatbot-python",
8-
version="0.9.2",
8+
version="0.9.3",
99
description=(
1010
"This library helps you easily create"
1111
" a Python chatbot with WhatsApp API."
@@ -43,6 +43,6 @@
4343
"Creative Commons Attribution-NoDerivatives 4.0 International"
4444
" (CC BY-ND 4.0)"
4545
),
46-
install_requires=["whatsapp-api-client-python==0.0.46"],
46+
install_requires=["whatsapp-api-client-python==0.0.47"],
4747
python_requires=">=3.7"
4848
)

0 commit comments

Comments
 (0)