From d27ddaef682b264e6565b184e6f5aa8d36557f8f Mon Sep 17 00:00:00 2001 From: davidteather <34144122+davidteather@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:40:28 -0600 Subject: [PATCH] bump version --- .sphinx/conf.py | 2 +- CITATION.cff | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.sphinx/conf.py b/.sphinx/conf.py index d0ee8328..c9fb69ae 100644 --- a/.sphinx/conf.py +++ b/.sphinx/conf.py @@ -16,7 +16,7 @@ project = "TikTokAPI" copyright = "2023, David Teather" author = "David Teather" -release = "v6.1.1" +release = "v6.2.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/main/usage/configuration.html#general-configuration diff --git a/CITATION.cff b/CITATION.cff index f48689a3..65b95b3e 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.1.1 -date-released: 2023-8-20 +version: 6.2.0 +date-released: 2023-11-27 diff --git a/setup.py b/setup.py index 607bf4a6..7156eefe 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="TikTokApi", packages=setuptools.find_packages(), - version="6.1.1", + version="6.2.0", license="MIT", description="The Unofficial TikTok API Wrapper in Python 3.", author="David Teather",