Skip to content

Commit

Permalink
Merge pull request #766 from davidteather/add-citation
Browse files Browse the repository at this point in the history
V4.0.4.1 - Add CITATION.cff
  • Loading branch information
davidteather authored Dec 2, 2021
2 parents 691142f + 1728755 commit 1902923
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1902923

Please sign in to comment.