From fdf6bea1c6733c6006e7e059806dced659a067db Mon Sep 17 00:00:00 2001 From: Freddy Boulton Date: Wed, 9 Apr 2025 09:38:18 -0400 Subject: [PATCH] code (#265) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb98b35..0d0b91f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "fastrtc" -version = "0.0.20.rc2" +version = "0.0.20" description = "The realtime communication library for Python" readme = "README.md" license = "MIT"