We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a3364 commit 8adde6eCopy full SHA for 8adde6e
requirements.txt
@@ -1 +1 @@
1
-whatsapp-api-client-python==0.0.46
+whatsapp-api-client-python==0.0.47
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="whatsapp-chatbot-python",
8
- version="0.9.2",
+ version="0.9.3",
9
description=(
10
"This library helps you easily create"
11
" a Python chatbot with WhatsApp API."
@@ -43,6 +43,6 @@
43
"Creative Commons Attribution-NoDerivatives 4.0 International"
44
" (CC BY-ND 4.0)"
45
),
46
- install_requires=["whatsapp-api-client-python==0.0.46"],
+ install_requires=["whatsapp-api-client-python==0.0.47"],
47
python_requires=">=3.7"
48
)
0 commit comments