From 5636736c5624cad17d25c5300852d55623305281 Mon Sep 17 00:00:00 2001 From: Freddy Boulton Date: Mon, 31 Mar 2025 13:03:27 -0400 Subject: [PATCH] bump version (#226) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 43f8245..48d4d33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "fastrtc" -version = "0.0.18" +version = "0.0.19" description = "The realtime communication library for Python" readme = "README.md" license = "apache-2.0"