From 077b2fc032642b0b0964db023b629b4b97a2ea2f Mon Sep 17 00:00:00 2001 From: davidteather <34144122+davidteather@users.noreply.github.com> Date: Sat, 24 Aug 2024 12:31:34 -0500 Subject: [PATCH] :tada: V6.5.0 - Download Streaming Support --- .sphinx/conf.py | 2 +- CITATION.cff | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.sphinx/conf.py b/.sphinx/conf.py index b24f6de7..83391fe8 100644 --- a/.sphinx/conf.py +++ b/.sphinx/conf.py @@ -16,7 +16,7 @@ project = "TikTokAPI" copyright = "2023, David Teather" author = "David Teather" -release = "v6.4.0" +release = "v6.5.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/main/usage/configuration.html#general-configuration diff --git a/CITATION.cff b/CITATION.cff index ab1100ac..f9945c0f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,5 +5,5 @@ authors: orcid: "https://orcid.org/0000-0002-9467-4676" title: "TikTokAPI" url: "https://github.com/davidteather/tiktok-api" -version: 6.4.0 -date-released: 2024-07-29 +version: 6.5.0 +date-released: 2024-08-24 diff --git a/setup.py b/setup.py index 8d531683..8afb8155 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="TikTokApi", packages=setuptools.find_packages(), - version="6.4.0", + version="6.5.0", license="MIT", description="The Unofficial TikTok API Wrapper in Python 3.", author="David Teather",