Skip to content

Commit

Permalink
Merge pull request #44 from green-api/SW-4280
Browse files Browse the repository at this point in the history
SW-4280 Updated dependencies
  • Loading branch information
prostraction authored Oct 3, 2024
2 parents d2a3364 + 8adde6e commit 51d1a1a
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 51d1a1a

Please sign in to comment.