Skip to content

Commit

Permalink
SW-4280 Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
prostraction committed Oct 3, 2024
1 parent d2a3364 commit 8adde6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
whatsapp-api-client-python==0.0.46
whatsapp-api-client-python==0.0.47
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="whatsapp-chatbot-python",
version="0.9.2",
version="0.9.3",
description=(
"This library helps you easily create"
" a Python chatbot with WhatsApp API."
Expand Down Expand Up @@ -43,6 +43,6 @@
"Creative Commons Attribution-NoDerivatives 4.0 International"
" (CC BY-ND 4.0)"
),
install_requires=["whatsapp-api-client-python==0.0.46"],
install_requires=["whatsapp-api-client-python==0.0.47"],
python_requires=">=3.7"
)

0 comments on commit 8adde6e

Please sign in to comment.