Skip to content

Commit 02aa7ac

Browse files
committed
Bump version: 0.1.6 → 0.1.7
1 parent b5f15e9 commit 02aa7ac

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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.6
2+
current_version = 0.1.7
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.6"
3+
version = "0.1.7"
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.6"
1+
__version__ = "0.1.7"
22

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

0 commit comments

Comments
 (0)