Skip to content

Commit 0bbbe2f

Browse files
upd version
1 parent bf6d4c4 commit 0bbbe2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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-api-client-python",
8-
version="0.0.51",
8+
version="0.0.52",
99
description=(
1010
"This library helps you easily create"
1111
" a Python application with WhatsApp API."
@@ -45,4 +45,4 @@
4545
),
4646
install_requires=["requests>=2.31.0", "aiofiles>=24.1.0", "aiogram>=3.21.0", "aiohttp>=3.9.0"],
4747
python_requires=">=3.7"
48-
)
48+
)

0 commit comments

Comments
 (0)