Skip to content

Commit bfdb79e

Browse files
committed
Bump version
1 parent a8929bb commit bfdb79e

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.48
1+
whatsapp-api-client-python>=0.0.49

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.5",
8+
version="0.9.6",
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.47"],
46+
install_requires=["whatsapp-api-client-python>=0.0.49"],
4747
python_requires=">=3.7"
4848
)

0 commit comments

Comments
 (0)