We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e39677 commit e1976eeCopy full SHA for e1976ee
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.9
+current_version = 0.1.10
3
commit = True
4
tag = True
5
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-tiktok"
-version = "0.1.9"
+version = "0.1.10"
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.9"
+__version__ = "0.1.10"
from pytiktok.business_account_api import BusinessAccountApi
from pytiktok.kit_api import KitApi
0 commit comments