From e231f793e8f4ef2a7eff6e23fe0eb360751b8b0d Mon Sep 17 00:00:00 2001 From: Freddy Boulton Date: Thu, 20 Mar 2025 21:01:13 -0400 Subject: [PATCH] trigger release (#201) * trigger release * add code --- backend/fastrtc/tracks.py | 1 - pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/fastrtc/tracks.py b/backend/fastrtc/tracks.py index 9be63e2..336ba40 100644 --- a/backend/fastrtc/tracks.py +++ b/backend/fastrtc/tracks.py @@ -190,7 +190,6 @@ class VideoCallback(VideoStreamTrack): pts, time_base = await self.next_timestamp() new_frame.pts = pts new_frame.time_base = time_base - self.function_running = False return new_frame except Exception as e: logger.debug("exception %s", e) diff --git a/pyproject.toml b/pyproject.toml index b78ae02..c94636f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "fastrtc" -version = "0.0.16" +version = "0.0.17" description = "The realtime communication library for Python" readme = "README.md" license = "apache-2.0"