Skip to content

Commit a4079f0

Browse files
committed
remove a print stmt
1 parent 2ce1847 commit a4079f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.sphinx/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
project = "TikTokAPI"
1717
copyright = "2023, David Teather"
1818
author = "David Teather"
19-
release = "v6.5.1"
19+
release = "v6.5.2"
2020

2121
# -- General configuration ---------------------------------------------------
2222
# https://www.sphinx-doc.org/en/main/usage/configuration.html#general-configuration

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ authors:
55
orcid: "https://orcid.org/0000-0002-9467-4676"
66
title: "TikTokAPI"
77
url: "https://github.com/davidteather/tiktok-api"
8-
version: 6.5.1
8+
version: 6.5.2
99
date-released: 2024-08-24

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
setuptools.setup(
99
name="TikTokApi",
1010
packages=setuptools.find_packages(),
11-
version="6.5.1",
11+
version="6.5.2",
1212
license="MIT",
1313
description="The Unofficial TikTok API Wrapper in Python 3.",
1414
author="David Teather",

0 commit comments

Comments
 (0)