From 514310691d063fcdbd2c6dc8ec55674f2485f042 Mon Sep 17 00:00:00 2001 From: Freddy Boulton Date: Tue, 11 Mar 2025 13:05:39 -0400 Subject: [PATCH] Bump version (#164) * Code' * fix --- backend/fastrtc/utils.py | 1 - pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/fastrtc/utils.py b/backend/fastrtc/utils.py index 7c1a7aa..dafc882 100644 --- a/backend/fastrtc/utils.py +++ b/backend/fastrtc/utils.py @@ -65,7 +65,6 @@ def _send_log(message: str, type: str) -> None: ) ) - print("current_channel", current_channel.get()) if channel := current_channel.get(): try: loop = asyncio.get_running_loop() diff --git a/pyproject.toml b/pyproject.toml index 79684b1..4d3476d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "fastrtc" -version = "0.0.13" +version = "0.0.14" description = "The realtime communication library for Python" readme = "README.md" license = "apache-2.0"