We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2ddf5 commit f02da5bCopy full SHA for f02da5b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.10
+current_version = 0.1.11
3
commit = True
4
tag = True
5
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-tiktok"
-version = "0.1.10"
+version = "0.1.11"
description = "A simple Python wrapper for Tiktok API. ✨ 🍰 ✨"
authors = ["ikaroskun <[email protected]>"]
6
license = "MIT"
pytiktok/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.1.10"
+__version__ = "0.1.11"
from pytiktok.business_account_api import BusinessAccountApi
from pytiktok.kit_api import KitApi
0 commit comments