diff --git a/.sphinx/conf.py b/.sphinx/conf.py index add85f2d..b24f6de7 100644 --- a/.sphinx/conf.py +++ b/.sphinx/conf.py @@ -16,7 +16,7 @@ project = "TikTokAPI" copyright = "2023, David Teather" author = "David Teather" -release = "v6.3.0" +release = "v6.4.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/main/usage/configuration.html#general-configuration diff --git a/CITATION.cff b/CITATION.cff index 73aed307..ab1100ac 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.3.0 -date-released: 2024-04-12 +version: 6.4.0 +date-released: 2024-07-29 diff --git a/setup.py b/setup.py index f1518018..6369da86 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="TikTokApi", packages=setuptools.find_packages(), - version="6.3.0", + version="6.4.0", license="MIT", description="The Unofficial TikTok API Wrapper in Python 3.", author="David Teather",