From b9c3f01e9fd8cf3020ca0a9cc1fc6aad05ce17e1 Mon Sep 17 00:00:00 2001 From: Freddy Boulton <41651716+freddyaboulton@users.noreply.github.com> Date: Thu, 12 Jun 2025 18:51:08 -0400 Subject: [PATCH] version 0.0.27 (#348) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21f6e52..5c49874 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "fastrtc" -version = "0.0.26" +version = "0.0.27" description = "The realtime communication library for Python" readme = "README.md" license = "MIT"