From db6d4115387951a42c6ee06bbed7a50a7f0c3a1a Mon Sep 17 00:00:00 2001 From: Freddy Boulton <41651716+freddyaboulton@users.noreply.github.com> Date: Wed, 21 May 2025 11:09:10 -0400 Subject: [PATCH] Fix (#322) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 900db97..9580c9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "fastrtc" -version = "0.0.24" +version = "0.0.25" description = "The realtime communication library for Python" readme = "README.md" license = "MIT"