From 6b1865f9dc8f1d036374568e7d948409ccd8311f Mon Sep 17 00:00:00 2001 From: Mark Bakhit Date: Sat, 18 Apr 2026 15:25:58 -0700 Subject: [PATCH] Re-publish v2.0.0b11 --- 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 422f16781..293701b1f 100644 --- a/src/reactpy/__init__.py +++ b/src/reactpy/__init__.py @@ -23,7 +23,7 @@ from reactpy.utils import Ref, reactpy_to_string, string_to_reactpy __author__ = "The Reactive Python Team" -__version__ = "2.0.0b10" +__version__ = "2.0.0b11" __all__ = [ "Ref",