Skip to content

Commit

Permalink
5.2.1 - Bump version (I forgot on last PR) (#913)
Browse files Browse the repository at this point in the history
* Fixes #910

* I forgot to bump version
  • Loading branch information
davidteather authored Jul 7, 2022
1 parent b4dd997 commit 31967d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
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="5.2.0",
version="5.2.1",
license="MIT",
description="The Unofficial TikTok API Wrapper in Python 3.",
author="David Teather",
Expand Down

0 comments on commit 31967d0

Please sign in to comment.