Skip to content

Commit 94d8771

Browse files
Update setup.py
1 parent 48ce025 commit 94d8771

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ def readme() -> str:
1616
setup(
1717
name="pywhatkit",
1818
packages=setuptools.find_packages(),
19-
version="5.3",
19+
version="5.4.1",
2020
license="MIT",
2121
description="PyWhatKit is a Simple and Powerful WhatsApp Automation Library with many useful Features",
2222
author="Ankit Raj Mahapatra",
2323
author_email="[email protected]",
2424
url="https://github.com/Ankit404butfound/PyWhatKit",
25-
download_url="https://github.com/Ankit404butfound/PyWhatKit/archive/refs/tags/5.2.zip",
25+
download_url="https://github.com/Ankit404butfound/PyWhatKit/archive/refs/tags/5.2.1.zip",
2626
keywords=["sendwhatmsg", "info", "playonyt", "search", "watch_tutorial"],
2727
install_requires=reqs,
2828
package_data={"pywhatkit": ["py.typed"]},

0 commit comments

Comments
 (0)