Skip to content

Commit

Permalink
Update PyPi supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluxticks committed Jan 23, 2024
1 parent 1d51292 commit 80442fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

setup(
name="tiktok-dlpy",
version="1.5.1",
version="1.5.2",
url="https://github.com/Fluxticks/TikTokDL",
download_url="https://github.com/Fluxticks/TikTokDL/archive/v1.5.1.tar.gz",
download_url="https://github.com/Fluxticks/TikTokDL/archive/v1.5.2.tar.gz",
author="Fluxticks",
packages=find_packages(),
install_requires=[
Expand All @@ -25,6 +25,8 @@
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10"
],
keywords=["tiktok", "playwright", "async"],
Expand Down

0 comments on commit 80442fa

Please sign in to comment.