diff --git a/CITATION.cff b/CITATION.cff index 3d427765..6f7b1d49 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: 5.2.0 -date-released: 2022-7-3 +version: 5.2.1 +date-released: 2022-7-7 diff --git a/setup.py b/setup.py index 5574032e..32834c6a 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="TikTokApi", packages=setuptools.find_packages(), - version="5.2.0", + version="5.2.1", license="MIT", description="The Unofficial TikTok API Wrapper in Python 3.", author="David Teather",