We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf5b7f commit cb92162Copy full SHA for cb92162
CITATION.cff
@@ -5,5 +5,5 @@ authors:
5
orcid: "https://orcid.org/0000-0002-9467-4676"
6
title: "TikTokAPI"
7
url: "https://github.com/davidteather/tiktok-api"
8
-version: 5.1.0
9
-date-released: 2022-3-19
+version: 5.1.1
+date-released: 2022-3-21
setup.py
@@ -8,7 +8,7 @@
setuptools.setup(
name="TikTokApi",
10
packages=setuptools.find_packages(),
11
- version="5.1.0",
+ version="5.1.1",
12
license="MIT",
13
description="The Unofficial TikTok API Wrapper in Python 3.",
14
author="David Teather",
0 commit comments