Skip to content

Commit b2a242e

Browse files
committed
Bump version: 0.1.8 → 0.1.9
1 parent 6451997 commit b2a242e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.8
2+
current_version = 0.1.9
33
commit = True
44
tag = True
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-tiktok"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = "A simple Python wrapper for Tiktok API. ✨ 🍰 ✨"
55
authors = ["ikaroskun <merle.liukun@gmail.com>"]
66
license = "MIT"

pytiktok/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.8"
1+
__version__ = "0.1.9"
22

33
from pytiktok.business_account_api import BusinessAccountApi
44
from pytiktok.kit_api import KitApi

0 commit comments

Comments
 (0)