From 172875598fa7d449e1646b4320647e7e5cebcc14 Mon Sep 17 00:00:00 2001 From: David Teather <34144122+davidteather@users.noreply.github.com> Date: Thu, 2 Dec 2021 11:38:58 -0600 Subject: [PATCH] V4.0.4.1 - Add CITATION.cff --- CITATION.cff | 10 ++++++++++ setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..0fcd32bd --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,10 @@ +cff-version: 1.2.0 +message: "If you use this software academically, feel free to cite it as below." +authors: +- family-names: "Teather" + given-names: "David" + orcid: "https://orcid.org/0000-0002-9467-4676" +title: "TikTokAPI" +version: 4.0.4.1 +date-released: 2021-12-2 +url: "https://github.com/davidteather/tiktok-api" \ No newline at end of file diff --git a/setup.py b/setup.py index 85d7ff51..0af9cf62 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="TikTokApi", packages=setuptools.find_packages(), - version="4.0.4", + version="4.0.4.1", license="MIT", description="The Unofficial TikTok API Wrapper in Python 3.", author="David Teather",