We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f15e9 commit 02aa7acCopy full SHA for 02aa7ac
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.6
+current_version = 0.1.7
3
commit = True
4
tag = True
5
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-tiktok"
-version = "0.1.6"
+version = "0.1.7"
description = "A simple Python wrapper for Tiktok API. ✨ 🍰 ✨"
authors = ["ikaroskun <merle.liukun@gmail.com>"]
6
license = "MIT"
pytiktok/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.1.6"
+__version__ = "0.1.7"
from pytiktok.business_account_api import BusinessAccountApi
from pytiktok.kit_api import KitApi
0 commit comments