diff --git a/.sphinx/conf.py b/.sphinx/conf.py index 413f6fac..2be5ec2b 100644 --- a/.sphinx/conf.py +++ b/.sphinx/conf.py @@ -16,7 +16,7 @@ project = "TikTokAPI" copyright = "2023, David Teather" author = "David Teather" -release = "v6.2.1" +release = "v6.2.2" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/main/usage/configuration.html#general-configuration diff --git a/CITATION.cff b/CITATION.cff index c23b330c..66875e50 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.2.1 -date-released: 2024-02-09 +version: 6.2.2 +date-released: 2024-03-11 diff --git a/setup.py b/setup.py index e1722139..7623b11b 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="TikTokApi", packages=setuptools.find_packages(), - version="6.2.1", + version="6.2.2", license="MIT", description="The Unofficial TikTok API Wrapper in Python 3.", author="David Teather",