From a4079f0a7ccac4f2a7482272f028849b45387a7d Mon Sep 17 00:00:00 2001 From: davidteather <34144122+davidteather@users.noreply.github.com> Date: Sat, 24 Aug 2024 13:13:10 -0500 Subject: [PATCH] remove a print stmt --- .sphinx/conf.py | 2 +- CITATION.cff | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.sphinx/conf.py b/.sphinx/conf.py index 5a075972..9641c14e 100644 --- a/.sphinx/conf.py +++ b/.sphinx/conf.py @@ -16,7 +16,7 @@ project = "TikTokAPI" copyright = "2023, David Teather" author = "David Teather" -release = "v6.5.1" +release = "v6.5.2" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/main/usage/configuration.html#general-configuration diff --git a/CITATION.cff b/CITATION.cff index 2eaa778c..23d02af5 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.5.1 +version: 6.5.2 date-released: 2024-08-24 diff --git a/setup.py b/setup.py index 87758562..89b90621 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="TikTokApi", packages=setuptools.find_packages(), - version="6.5.1", + version="6.5.2", license="MIT", description="The Unofficial TikTok API Wrapper in Python 3.", author="David Teather",