From b13a25c1f697b2de961cdfc8b3d4db7ad131205d Mon Sep 17 00:00:00 2001 From: Masen Furer Date: Mon, 26 Feb 2024 12:03:05 -0800 Subject: [PATCH] pyproject.toml: bump to 0.4.2 (#2724) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69af6f8d1f..d2874290ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "reflex" -version = "0.4.1" +version = "0.4.2" description = "Web apps in pure Python." license = "Apache-2.0" authors = [