From b18f6331a375609fe01f90b2eb4efab0790adc95 Mon Sep 17 00:00:00 2001 From: Freddy Boulton Date: Tue, 25 Mar 2025 14:45:23 -0400 Subject: [PATCH] Add code (#212) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c94636f..43f8245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "fastrtc" -version = "0.0.17" +version = "0.0.18" description = "The realtime communication library for Python" readme = "README.md" license = "apache-2.0"