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",