From 2a53bf4a7a550ee7891322c92bd9b416c83907aa Mon Sep 17 00:00:00 2001 From: Freddy Boulton Date: Tue, 25 Feb 2025 10:59:29 -0500 Subject: [PATCH] version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 44bcd41..54d91d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "fastrtc" -version = "0.0.4.post2" +version = "0.0.5" description = "The realtime communication library for Python" readme = "README.md" license = "apache-2.0"