From a6a093740fe239fb0029febb7758c5ba0f902337 Mon Sep 17 00:00:00 2001 From: Freddy Boulton <41651716+freddyaboulton@users.noreply.github.com> Date: Wed, 23 Apr 2025 16:23:32 -0400 Subject: [PATCH] Add code (#300) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b89e728..6d61f36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "fastrtc" -version = "0.0.23.rc1" +version = "0.0.23" description = "The realtime communication library for Python" readme = "README.md" license = "MIT"