Skip to content

Commit

Permalink
Update Versioning for v4.3.5 🎊
Browse files Browse the repository at this point in the history
  • Loading branch information
isaackogan committed Aug 26, 2022
1 parent 47bef76 commit 2e27d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
setuptools.setup(
name="TikTokLive",
packages=setuptools.find_packages(),
version="4.3.3",
version="4.3.5",
license="MIT",
description="TikTok Live Connection Client",
author="Isaac Kogan",
author_email="info@isaackogan.com",
url="https://github.com/isaackogan/TikTokLive",
long_description=long_description,
long_description_content_type="text/markdown",
download_url="https://github.com/isaackogan/TikTokLive/releases/tag/v4.3.3",
download_url="https://github.com/isaackogan/TikTokLive/releases/tag/v4.3.5",
keywords=["tiktok", "tiktok live", "python3", "api", "unofficial"],
install_requires=[
"httpx>=0.23.0", # Make requests
Expand Down

0 comments on commit 2e27d46

Please sign in to comment.