From d83f3a888bbe1e42fafc011754e85221ccca0afe Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Sun, 7 Dec 2025 17:38:51 -0800 Subject: [PATCH] 2.0.0b3 --- src/reactpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reactpy/__init__.py b/src/reactpy/__init__.py index 579a5b4c5..a6c04af3a 100644 --- a/src/reactpy/__init__.py +++ b/src/reactpy/__init__.py @@ -24,7 +24,7 @@ from reactpy.utils import Ref, reactpy_to_string, string_to_reactpy __author__ = "The Reactive Python Team" -__version__ = "2.0.0b2" +__version__ = "2.0.0b3" __all__ = [ "Event",