From 2f208e06ab2839f50c7ad90c3a629f810db4cc3f Mon Sep 17 00:00:00 2001 From: Evil0ctal Date: Fri, 16 Dec 2022 01:20:29 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8FVer=20Chg=201.0.6=20-->=201.0?= =?UTF-8?q?.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PyPi/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyPi/setup.py b/PyPi/setup.py index 3234f0e..febf0d6 100644 --- a/PyPi/setup.py +++ b/PyPi/setup.py @@ -14,7 +14,7 @@ with open("README.md", "r", encoding='utf8') as fh: setuptools.setup( name='douyin_tiktok_scraper', author='Evil0ctal', - version='1.0.6', + version='1.0.7', license='MIT License', description='Douyin/TikTok async data scraper.', long_description=long_description,