From b2a01d5fe90d6518fdda4153417587fb183af11b Mon Sep 17 00:00:00 2001 From: Freddy Boulton <41651716+freddyaboulton@users.noreply.github.com> Date: Tue, 22 Apr 2025 14:44:13 -0400 Subject: [PATCH] commit (#293) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf036bf..6d61f36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "fastrtc" -version = "0.0.22.rc5" +version = "0.0.23" description = "The realtime communication library for Python" readme = "README.md" license = "MIT"