We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8929bb commit bfdb79eCopy full SHA for bfdb79e
requirements.txt
@@ -1 +1 @@
1
-whatsapp-api-client-python>=0.0.48
+whatsapp-api-client-python>=0.0.49
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="whatsapp-chatbot-python",
8
- version="0.9.5",
+ version="0.9.6",
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.47"],
+ install_requires=["whatsapp-api-client-python>=0.0.49"],
47
python_requires=">=3.7"
48
)
0 commit comments