From a67ed5a6fa68fdf1183a69cc4a71dafdfe7f3cda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 18:32:58 +0000 Subject: [PATCH] chore: release v6.6.6 [skip ci] --- TikTokLive/__version__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TikTokLive/__version__.py b/TikTokLive/__version__.py index 8df48d2..45c0a1a 100644 --- a/TikTokLive/__version__.py +++ b/TikTokLive/__version__.py @@ -1 +1 @@ -PACKAGE_VERSION: str = "7.0.0b1" +PACKAGE_VERSION: str = "6.6.6" diff --git a/pyproject.toml b/pyproject.toml index 44fe69f..51686c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "TikTokLive" -version = "7.0.0b1" +version = "6.6.6" description = "TikTok Live Python Client" readme = "README.md" # Corrected format requires-python = ">=3.10"